Html Css Color HEX #FDF4CF China Ivory

📋 copy color: '#FDF4CF'

red 253 ◦ green 244 ◦ blue 207

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

Shades of China Ivory #FDF4CF

Tints of China Ivory #FDF4CF

RGB

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

 GREEN value IS 244 (95.7% from 255) = 34.66%

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

R = 35.94%
G = 34.66%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FDF4CF (or 0xFDF4CF) is known color: China Ivory. HEX triplet: FD, F4 and CF. RGB value is (253,244,207). Sum of RGB (Red+Green+Blue) = 253+244+207=704 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.94% from 704); Green value is 244 (95.70% from 255 or 34.66% from 704); Blue value is 207 (81.25% from 255 or 29.40% from 704); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF4CF is #020B30. Grayscale: #F2F2F2. Windows color (decimal): -133937 or 13628669. OLE color: 13628669.

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

Color convert

RGB 253 244 207 -
CMYK 0 0.04 0.18 0.01
HSL 48.26º 0.92% 0.9% -
HSV(B) 48.26º 0.18% 0.99% -
XYZ 84.12 90.09 71.99 -
YUV 242.47 107.98 135.51 -
System Red Green Blue C M Y K H S L
Decimal 253 244 207 0 0.04 0.18 0.01 48.26 0.92 0.9
Hex FD F4 CF 0 4 12 1 30 5C 5A
Octal 375 364 317 0 4 22 1 60 134 132
Binary 11111101 11110100 11001111 0 100 10010 1 110000 1011100 1011010

Color Harmonies of #FDF4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF4CF

Black with #FDF4CF

Text Example


Text Example

White with #FDF4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF4CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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