Html Css Color HEX #F8F5DB Chilean Heath

📋 copy color: '#F8F5DB'

red 248 ◦ green 245 ◦ blue 219

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

Shades of Chilean Heath #F8F5DB

Tints of Chilean Heath #F8F5DB

RGB

 RED value IS 248 (97.27% from 255) = 34.83%

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

 BLUE value IS 219 (85.94% from 255) = 30.76%

R = 34.83%
G = 34.41%
B = 30.76%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F8F5DB (or 0xF8F5DB) is known color: Chilean Heath. HEX triplet: F8, F5 and DB. RGB value is (248,245,219). Sum of RGB (Red+Green+Blue) = 248+245+219=712 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.83% from 712); Green value is 245 (96.09% from 255 or 34.41% from 712); Blue value is 219 (85.94% from 255 or 30.76% from 712); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F5DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F5DB is #070A24. Grayscale: #F3F3F3. Windows color (decimal): -461349 or 14415352. OLE color: 14415352.

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

Color convert

RGB 248 245 219 -
CMYK 0 0.01 0.12 0.03
HSL 53.79º 0.67% 0.92% -
HSV(B) 53.79º 0.12% 0.97% -
XYZ 84.15 90.38 80.03 -
YUV 242.93 114.49 131.61 -
System Red Green Blue C M Y K H S L
Decimal 248 245 219 0 0.01 0.12 0.03 53.79 0.67 0.92
Hex F8 F5 DB 0 1 C 3 36 43 5C
Octal 370 365 333 0 1 14 3 66 103 134
Binary 11111000 11110101 11011011 0 1 1100 11 110110 1000011 1011100

Color Harmonies of #F8F5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F5DB

Black with #F8F5DB

Text Example


Text Example

White with #F8F5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F5DB; }

 p { color: rgb(248,245,219); }

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

background-color css

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

 a { background-color: rgb(248,245,219); }

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

border-color css

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

 span { border-color: rgb(248,245,219); }

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