Html Css Color HEX #FDFCEC Ivory

📋 copy color: '#FDFCEC'

red 253 ◦ green 252 ◦ blue 236

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

Shades of Ivory #FDFCEC

Tints of Ivory #FDFCEC

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

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

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

Color convert

RGB 253 252 236 -
CMYK 0 0.00 0.07 0.01
HSL 56.47º 0.81% 0.96% -
HSV(B) 56.47º 0.07% 0.99% -
XYZ 90.46 96.56 93.23 -
YUV 250.48 119.83 129.8 -
System Red Green Blue C M Y K H S L
Decimal 253 252 236 0 0.00 0.07 0.01 56.47 0.81 0.96
Hex FD FC EC 0 0 7 1 38 51 60
Octal 375 374 354 0 0 7 1 70 121 140
Binary 11111101 11111100 11101100 0 0 111 1 111000 1010001 1100000

Color Harmonies of #FDFCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFCEC

Black with #FDFCEC

Text Example


Text Example

White with #FDFCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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