Html Css Color HEX #FEECCF Blanched Almond

📋 copy color: '#FEECCF'

red 254 ◦ green 236 ◦ blue 207

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

Shades of Blanched Almond #FEECCF

Tints of Blanched Almond #FEECCF

RGB

 RED value IS 254 (99.61% from 255) = 36.44%

 GREEN value IS 236 (92.58% from 255) = 33.86%

 BLUE value IS 207 (81.25% from 255) = 29.7%

R = 36.44%
G = 33.86%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FEECCF (or 0xFEECCF) is known color: Blanched Almond. HEX triplet: FE, EC and CF. RGB value is (254,236,207). Sum of RGB (Red+Green+Blue) = 254+236+207=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 236 (92.58% from 255 or 33.86% from 697); Blue value is 207 (81.25% from 255 or 29.70% from 697); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEECCF is #011330. Grayscale: #EEEEEE. Windows color (decimal): -70449 or 13626622. OLE color: 13626622.

HSL color Cylindrical-coordinate representation of color #FEECCF: hue angle of 37.02º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FEECCF is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 236 207 -
CMYK 0 0.07 0.19 0.00
HSL 37.02º 0.96% 0.9% -
HSV(B) 37.02º 0.19% 1% -
XYZ 82.13 85.57 71.22 -
YUV 238.08 110.46 139.36 -
System Red Green Blue C M Y K H S L
Decimal 254 236 207 0 0.07 0.19 0.00 37.02 0.96 0.9
Hex FE EC CF 0 7 13 0 25 60 5A
Octal 376 354 317 0 7 23 0 45 140 132
Binary 11111110 11101100 11001111 0 111 10011 0 100101 1100000 1011010

Color Harmonies of #FEECCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEECCF

Black with #FEECCF

Text Example


Text Example

White with #FEECCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEECCF; }

 p { color: rgb(254,236,207); }

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

background-color css

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

 a { background-color: rgb(254,236,207); }

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

border-color css

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

 span { border-color: rgb(254,236,207); }

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