Html Css Color HEX #FDFFEC Ivory

📋 copy color: '#FDFFEC'

red 253 ◦ green 255 ◦ blue 236

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

Shades of Ivory #FDFFEC

Tints of Ivory #FDFFEC

RGB

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

 GREEN value IS 255 (100% from 255) = 34.27%

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

R = 34.01%
G = 34.27%
B = 31.72%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FDFFEC (or 0xFDFFEC) is known color: Ivory. HEX triplet: FD, FF and EC. RGB value is (253,255,236). Sum of RGB (Red+Green+Blue) = 253+255+236=744 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.01% from 744); Green value is 255 (100% from 255 or 34.27% from 744); Blue value is 236 (92.58% from 255 or 31.72% from 744); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFFEC is #020013. Grayscale: #FCFCFC. Windows color (decimal): -131092 or 15532029. OLE color: 15532029.

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

Color convert

RGB 253 255 236 -
CMYK 0.01 0 0.07 0
HSL 66.32º 1% 0.96% -
HSV(B) 66.32º 0.07% 1% -
XYZ 91.41 98.46 93.54 -
YUV 252.24 118.84 128.54 -
System Red Green Blue C M Y K H S L
Decimal 253 255 236 0.01 0 0.07 0 66.32 1 0.96
Hex FD FF EC 1 0 7 0 42 64 60
Octal 375 377 354 1 0 7 0 102 144 140
Binary 11111101 11111111 11101100 1 0 111 0 1000010 1100100 1100000

Color Harmonies of #FDFFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFFEC

Black with #FDFFEC

Text Example


Text Example

White with #FDFFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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