Html Css Color HEX #FFF8D5 China Ivory

📋 copy color: '#FFF8D5'

red 255 ◦ green 248 ◦ blue 213

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

Shades of China Ivory #FFF8D5

Tints of China Ivory #FFF8D5

RGB

 RED value IS 255 (100% from 255) = 35.61%

 GREEN value IS 248 (97.27% from 255) = 34.64%

 BLUE value IS 213 (83.59% from 255) = 29.75%

R = 35.61%
G = 34.64%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FFF8D5 (or 0xFFF8D5) is known color: China Ivory. HEX triplet: FF, F8 and D5. RGB value is (255,248,213). Sum of RGB (Red+Green+Blue) = 255+248+213=716 (94% of max value = 765). Red value is 255 (100% from 255 or 35.61% from 716); Green value is 248 (97.27% from 255 or 34.64% from 716); Blue value is 213 (83.59% from 255 or 29.75% from 716); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF8D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF8D5 is #00072A. Grayscale: #F6F6F6. Windows color (decimal): -1835 or 14022911. OLE color: 14022911.

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

Color convert

RGB 255 248 213 -
CMYK 0 0.03 0.16 0
HSL 50º 1% 0.92% -
HSV(B) 50º 0.16% 1% -
XYZ 86.82 93.2 76.36 -
YUV 246.1 109.32 134.35 -
System Red Green Blue C M Y K H S L
Decimal 255 248 213 0 0.03 0.16 0 50 1 0.92
Hex FF F8 D5 0 3 10 0 32 64 5C
Octal 377 370 325 0 3 20 0 62 144 134
Binary 11111111 11111000 11010101 0 11 10000 0 110010 1100100 1011100

Color Harmonies of #FFF8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF8D5

Black with #FFF8D5

Text Example


Text Example

White with #FFF8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF8D5; }

 p { color: rgb(255,248,213); }

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

background-color css

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

 a { background-color: rgb(255,248,213); }

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

border-color css

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

 span { border-color: rgb(255,248,213); }

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