Html Css Color HEX #FCFDEC Ivory

📋 copy color: '#FCFDEC'

red 252 ◦ green 253 ◦ blue 236

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

Shades of Ivory #FCFDEC

Tints of Ivory #FCFDEC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 34.14%

 BLUE value IS 236 (92.58% from 255) = 31.85%

R = 34.01%
G = 34.14%
B = 31.85%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FCFDEC (or 0xFCFDEC) is known color: Ivory. HEX triplet: FC, FD and EC. RGB value is (252,253,236). Sum of RGB (Red+Green+Blue) = 252+253+236=741 (98% of max value = 765). Red value is 252 (98.83% from 255 or 34.01% from 741); Green value is 253 (99.22% from 255 or 34.14% from 741); Blue value is 236 (92.58% from 255 or 31.85% from 741); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFDEC is #030213. Grayscale: #FAFAFA. Windows color (decimal): -197140 or 15531516. OLE color: 15531516.

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

Color convert

RGB 252 253 236 -
CMYK 0.00 0 0.07 0.01
HSL 63.53º 0.81% 0.96% -
HSV(B) 63.53º 0.07% 0.99% -
XYZ 90.41 97 93.32 -
YUV 250.76 119.67 128.88 -
System Red Green Blue C M Y K H S L
Decimal 252 253 236 0.00 0 0.07 0.01 63.53 0.81 0.96
Hex FC FD EC 0 0 7 1 40 51 60
Octal 374 375 354 0 0 7 1 100 121 140
Binary 11111100 11111101 11101100 0 0 111 1 1000000 1010001 1100000

Color Harmonies of #FCFDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFDEC

Black with #FCFDEC

Text Example


Text Example

White with #FCFDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFDEC; }

 p { color: rgb(252,253,236); }

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

background-color css

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

 a { background-color: rgb(252,253,236); }

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

border-color css

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

 span { border-color: rgb(252,253,236); }

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