Html Css Color HEX #FDFDEC Ivory

📋 copy color: '#FDFDEC'

red 253 ◦ green 253 ◦ blue 236

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

Shades of Ivory #FDFDEC

Tints of Ivory #FDFDEC

RGB

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

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

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

R = 34.1%
G = 34.1%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FDFDEC (or 0xFDFDEC) is known color: Ivory. HEX triplet: FD, FD and EC. RGB value is (253,253,236). Sum of RGB (Red+Green+Blue) = 253+253+236=742 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.10% from 742); Green value is 253 (99.22% from 255 or 34.10% from 742); Blue value is 236 (92.58% from 255 or 31.81% from 742); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFDEC is #020213. Grayscale: #FBFBFB. Windows color (decimal): -131604 or 15531517. OLE color: 15531517.

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

Color convert

RGB 253 253 236 -
CMYK 0 0 0.07 0.01
HSL 60º 0.81% 0.96% -
HSV(B) 60º 0.07% 0.99% -
XYZ 90.77 97.19 93.33 -
YUV 251.06 119.5 129.38 -
System Red Green Blue C M Y K H S L
Decimal 253 253 236 0 0 0.07 0.01 60 0.81 0.96
Hex FD FD EC 0 0 7 1 3C 51 60
Octal 375 375 354 0 0 7 1 74 121 140
Binary 11111101 11111101 11101100 0 0 111 1 111100 1010001 1100000

Color Harmonies of #FDFDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFDEC

Black with #FDFDEC

Text Example


Text Example

White with #FDFDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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