Html Css Color HEX #FDF3CA China Ivory

📋 copy color: '#FDF3CA'

red 253 ◦ green 243 ◦ blue 202

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

Shades of China Ivory #FDF3CA

Tints of China Ivory #FDF3CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 28.94%

R = 36.25%
G = 34.81%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FDF3CA (or 0xFDF3CA) is known color: China Ivory. HEX triplet: FD, F3 and CA. RGB value is (253,243,202). Sum of RGB (Red+Green+Blue) = 253+243+202=698 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.25% from 698); Green value is 243 (95.31% from 255 or 34.81% from 698); Blue value is 202 (79.30% from 255 or 28.94% from 698); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF3CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF3CA is #020C35. Grayscale: #F1F1F1. Windows color (decimal): -134198 or 13300733. OLE color: 13300733.

HSL color Cylindrical-coordinate representation of color #FDF3CA: hue angle of 48.24º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDF3CA is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 243 202 -
CMYK 0 0.04 0.20 0.01
HSL 48.24º 0.93% 0.89% -
HSV(B) 48.24º 0.2% 0.99% -
XYZ 83.22 89.25 68.72 -
YUV 241.32 105.81 136.33 -
System Red Green Blue C M Y K H S L
Decimal 253 243 202 0 0.04 0.20 0.01 48.24 0.93 0.89
Hex FD F3 CA 0 4 14 1 30 5D 59
Octal 375 363 312 0 4 24 1 60 135 131
Binary 11111101 11110011 11001010 0 100 10100 1 110000 1011101 1011001

Color Harmonies of #FDF3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF3CA

Black with #FDF3CA

Text Example


Text Example

White with #FDF3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF3CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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