Html Css Color HEX #FDF5CF China Ivory

📋 copy color: '#FDF5CF'

red 253 ◦ green 245 ◦ blue 207

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

Shades of China Ivory #FDF5CF

Tints of China Ivory #FDF5CF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 34.75%

 BLUE value IS 207 (81.25% from 255) = 29.36%

R = 35.89%
G = 34.75%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FDF5CF (or 0xFDF5CF) is known color: China Ivory. HEX triplet: FD, F5 and CF. RGB value is (253,245,207). Sum of RGB (Red+Green+Blue) = 253+245+207=705 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.89% from 705); Green value is 245 (96.09% from 255 or 34.75% from 705); Blue value is 207 (81.25% from 255 or 29.36% from 705); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF5CF is #020A30. Grayscale: #F3F3F3. Windows color (decimal): -133681 or 13628925. OLE color: 13628925.

HSL color Cylindrical-coordinate representation of color #FDF5CF: hue angle of 49.57º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDF5CF is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 245 207 -
CMYK 0 0.03 0.18 0.01
HSL 49.57º 0.92% 0.9% -
HSV(B) 49.57º 0.18% 0.99% -
XYZ 84.42 90.69 72.09 -
YUV 243.06 107.65 135.09 -
System Red Green Blue C M Y K H S L
Decimal 253 245 207 0 0.03 0.18 0.01 49.57 0.92 0.9
Hex FD F5 CF 0 3 12 1 32 5C 5A
Octal 375 365 317 0 3 22 1 62 134 132
Binary 11111101 11110101 11001111 0 11 10010 1 110010 1011100 1011010

Color Harmonies of #FDF5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF5CF

Black with #FDF5CF

Text Example


Text Example

White with #FDF5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF5CF; }

 p { color: rgb(253,245,207); }

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

background-color css

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

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

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

border-color css

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

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

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