Html Css Color HEX #FFE8CB Blanched Almond

📋 copy color: '#FFE8CB'

red 255 ◦ green 232 ◦ blue 203

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

Shades of Blanched Almond #FFE8CB

Tints of Blanched Almond #FFE8CB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 33.62%

 BLUE value IS 203 (79.69% from 255) = 29.42%

R = 36.96%
G = 33.62%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FFE8CB (or 0xFFE8CB) is known color: Blanched Almond. HEX triplet: FF, E8 and CB. RGB value is (255,232,203). Sum of RGB (Red+Green+Blue) = 255+232+203=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 232 (91.02% from 255 or 33.62% from 690); Blue value is 203 (79.69% from 255 or 29.42% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE8CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE8CB is #001734. Grayscale: #EBEBEB. Windows color (decimal): -5941 or 13363455. OLE color: 13363455.

HSL color Cylindrical-coordinate representation of color #FFE8CB: hue angle of 33.46º 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 #FFE8CB is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 255 232 203 -
CMYK 0 0.09 0.20 0
HSL 33.46º 1% 0.9% -
HSV(B) 33.46º 0.2% 1% -
XYZ 80.88 83.29 68.31 -
YUV 235.57 109.62 141.86 -
System Red Green Blue C M Y K H S L
Decimal 255 232 203 0 0.09 0.20 0 33.46 1 0.9
Hex FF E8 CB 0 9 14 0 21 64 5A
Octal 377 350 313 0 11 24 0 41 144 132
Binary 11111111 11101000 11001011 0 1001 10100 0 100001 1100100 1011010

Color Harmonies of #FFE8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE8CB

Black with #FFE8CB

Text Example


Text Example

White with #FFE8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE8CB; }

 p { color: rgb(255,232,203); }

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

background-color css

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

 a { background-color: rgb(255,232,203); }

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

border-color css

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

 span { border-color: rgb(255,232,203); }

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