Html Css Color HEX #FFEECB Blanched Almond

📋 copy color: '#FFEECB'

red 255 ◦ green 238 ◦ blue 203

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

Shades of Blanched Almond #FFEECB

Tints of Blanched Almond #FFEECB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 34.2%

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

R = 36.64%
G = 34.2%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FFEECB (or 0xFFEECB) is known color: Blanched Almond. HEX triplet: FF, EE and CB. RGB value is (255,238,203). Sum of RGB (Red+Green+Blue) = 255+238+203=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 238 (93.36% from 255 or 34.20% from 696); Blue value is 203 (79.69% from 255 or 29.17% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEECB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEECB is #001134. Grayscale: #EFEFEF. Windows color (decimal): -4405 or 13364991. OLE color: 13364991.

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

Color convert

RGB 255 238 203 -
CMYK 0 0.07 0.20 0
HSL 40.38º 1% 0.9% -
HSV(B) 40.38º 0.2% 1% -
XYZ 82.59 86.72 68.89 -
YUV 239.09 107.63 139.35 -
System Red Green Blue C M Y K H S L
Decimal 255 238 203 0 0.07 0.20 0 40.38 1 0.9
Hex FF EE CB 0 7 14 0 28 64 5A
Octal 377 356 313 0 7 24 0 50 144 132
Binary 11111111 11101110 11001011 0 111 10100 0 101000 1100100 1011010

Color Harmonies of #FFEECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEECB

Black with #FFEECB

Text Example


Text Example

White with #FFEECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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