Html Css Color HEX #FFEBCD BlanchedAlmond

📋 copy color: '#FFEBCD'

red 255 ◦ green 235 ◦ blue 205

#FFEBCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of BlanchedAlmond #FFEBCD

Tints of BlanchedAlmond #FFEBCD

RGB

 RED value IS 255 (100% from 255) = 36.69%

 GREEN value IS 235 (92.19% from 255) = 33.81%

 BLUE value IS 205 (80.47% from 255) = 29.5%

R = 36.69%
G = 33.81%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FFEBCD (or 0xFFEBCD) is known color: BlanchedAlmond. HEX triplet: FF, EB and CD. RGB value is (255,235,205). Sum of RGB (Red+Green+Blue) = 255+235+205=695 (92% of max value = 765). Red value is 255 (100% from 255 or 36.69% from 695); Green value is 235 (92.19% from 255 or 33.81% from 695); Blue value is 205 (80.47% from 255 or 29.50% from 695); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEBCD is #001432. Grayscale: #EDEDED. Windows color (decimal): -5171 or 13495295. OLE color: 13495295.

HSL color Cylindrical-coordinate representation of color #FFEBCD: hue angle of 36º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFEBCD is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 255 235 205 -
CMYK 0 0.08 0.20 0
HSL 36º 1% 0.9% -
HSV(B) 36º 0.2% 1% -
XYZ 81.97 85.08 69.86 -
YUV 237.56 109.63 140.44 -
System Red Green Blue C M Y K H S L
Decimal 255 235 205 0 0.08 0.20 0 36 1 0.9
Hex FF EB CD 0 8 14 0 24 64 5A
Octal 377 353 315 0 10 24 0 44 144 132
Binary 11111111 11101011 11001101 0 1000 10100 0 100100 1100100 1011010

Color Harmonies of #FFEBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEBCD

Black with #FFEBCD

Text Example


Text Example

White with #FFEBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEBCD; }

 p { color: rgb(255,235,205); }

 H1.HeaderClassName
 {
   color: #FFEBCD;
 }
 .AnyTagClassName
 {
   color: #FFEBCD;
 }
</style>

background-color css

<style>
 a { background-color: #FFEBCD; }

 a { background-color: rgb(255,235,205); }

 div.DivClassName
 {
   background-color: #FFEBCD;
 }
 .BgClassName
 {
   background-color: #FFEBCD;
 }
</style>

border-color css

<style>
 span { border-color: #FFEBCD; }

 span { border-color: rgb(255,235,205); }

 td.TdClassName
 {
   border-color: #FFEBCD;
 }
 .TagClassName
 {
   border-color: #FFEBCD;
 }
</style>