Html Css Color HEX #FCFEEA Ivory

📋 copy color: '#FCFEEA'

red 252 ◦ green 254 ◦ blue 234

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

Shades of Ivory #FCFEEA

Tints of Ivory #FCFEEA

RGB

 RED value IS 252 (98.83% from 255) = 34.05%

 GREEN value IS 254 (99.61% from 255) = 34.32%

 BLUE value IS 234 (91.8% from 255) = 31.62%

R = 34.05%
G = 34.32%
B = 31.62%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FCFEEA (or 0xFCFEEA) is known color: Ivory. HEX triplet: FC, FE and EA. RGB value is (252,254,234). Sum of RGB (Red+Green+Blue) = 252+254+234=740 (98% of max value = 765). Red value is 252 (98.83% from 255 or 34.05% from 740); Green value is 254 (99.61% from 255 or 34.32% from 740); Blue value is 234 (91.80% from 255 or 31.62% from 740); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFEEA is #030115. Grayscale: #FBFBFB. Windows color (decimal): -196886 or 15400700. OLE color: 15400700.

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

Color convert

RGB 252 254 234 -
CMYK 0.01 0 0.08 0.00
HSL 66º 0.91% 0.96% -
HSV(B) 66º 0.08% 1% -
XYZ 90.44 97.52 91.9 -
YUV 251.12 118.34 128.63 -
System Red Green Blue C M Y K H S L
Decimal 252 254 234 0.01 0 0.08 0.00 66 0.91 0.96
Hex FC FE EA 1 0 8 0 42 5B 60
Octal 374 376 352 1 0 10 0 102 133 140
Binary 11111100 11111110 11101010 1 0 1000 0 1000010 1011011 1100000

Color Harmonies of #FCFEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFEEA

Black with #FCFEEA

Text Example


Text Example

White with #FCFEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFEEA; }

 p { color: rgb(252,254,234); }

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

background-color css

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

 a { background-color: rgb(252,254,234); }

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

border-color css

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

 span { border-color: rgb(252,254,234); }

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