Html Css Color HEX #FDF3CF China Ivory

📋 copy color: '#FDF3CF'

red 253 ◦ green 243 ◦ blue 207

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

Shades of China Ivory #FDF3CF

Tints of China Ivory #FDF3CF

RGB

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

 GREEN value IS 243 (95.31% from 255) = 34.57%

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

R = 35.99%
G = 34.57%
B = 29.45%

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

#FDF3CF (or 0xFDF3CF) is known color: China Ivory. HEX triplet: FD, F3 and CF. RGB value is (253,243,207). Sum of RGB (Red+Green+Blue) = 253+243+207=703 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.99% from 703); Green value is 243 (95.31% from 255 or 34.57% from 703); Blue value is 207 (81.25% from 255 or 29.45% from 703); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF3CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF3CF is #020C30. Grayscale: #F2F2F2. Windows color (decimal): -134193 or 13628413. OLE color: 13628413.

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

Color convert

RGB 253 243 207 -
CMYK 0 0.04 0.18 0.01
HSL 46.96º 0.92% 0.9% -
HSV(B) 46.96º 0.18% 0.99% -
XYZ 83.82 89.49 71.89 -
YUV 241.89 108.31 135.93 -
System Red Green Blue C M Y K H S L
Decimal 253 243 207 0 0.04 0.18 0.01 46.96 0.92 0.9
Hex FD F3 CF 0 4 12 1 2F 5C 5A
Octal 375 363 317 0 4 22 1 57 134 132
Binary 11111101 11110011 11001111 0 100 10010 1 101111 1011100 1011010

Color Harmonies of #FDF3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF3CF

Black with #FDF3CF

Text Example


Text Example

White with #FDF3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF3CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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