Html Css Color HEX #FCFEED Ivory

📋 copy color: '#FCFEED'

red 252 ◦ green 254 ◦ blue 237

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

Shades of Ivory #FCFEED

Tints of Ivory #FCFEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 31.9%

R = 33.92%
G = 34.19%
B = 31.9%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FCFEED (or 0xFCFEED) is known color: Ivory. HEX triplet: FC, FE and ED. RGB value is (252,254,237). Sum of RGB (Red+Green+Blue) = 252+254+237=743 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.92% from 743); Green value is 254 (99.61% from 255 or 34.19% from 743); Blue value is 237 (92.97% from 255 or 31.90% from 743); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFEED is #030112. Grayscale: #FBFBFB. Windows color (decimal): -196883 or 15597308. OLE color: 15597308.

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

Color convert

RGB 252 254 237 -
CMYK 0.01 0 0.07 0.00
HSL 67.06º 0.89% 0.96% -
HSV(B) 67.06º 0.07% 1% -
XYZ 90.87 97.69 94.19 -
YUV 251.46 119.84 128.38 -
System Red Green Blue C M Y K H S L
Decimal 252 254 237 0.01 0 0.07 0.00 67.06 0.89 0.96
Hex FC FE ED 1 0 7 0 43 59 60
Octal 374 376 355 1 0 7 0 103 131 140
Binary 11111100 11111110 11101101 1 0 111 0 1000011 1011001 1100000

Color Harmonies of #FCFEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFEED

Black with #FCFEED

Text Example


Text Example

White with #FCFEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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