Html Css Color HEX #FBF8DC Chilean Heath

📋 copy color: '#FBF8DC'

red 251 ◦ green 248 ◦ blue 220

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

Shades of Chilean Heath #FBF8DC

Tints of Chilean Heath #FBF8DC

RGB

 RED value IS 251 (98.44% from 255) = 34.91%

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

 BLUE value IS 220 (86.33% from 255) = 30.6%

R = 34.91%
G = 34.49%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FBF8DC (or 0xFBF8DC) is known color: Chilean Heath. HEX triplet: FB, F8 and DC. RGB value is (251,248,220). Sum of RGB (Red+Green+Blue) = 251+248+220=719 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.91% from 719); Green value is 248 (97.27% from 255 or 34.49% from 719); Blue value is 220 (86.33% from 255 or 30.60% from 719); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF8DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF8DC is #040723. Grayscale: #F5F5F5. Windows color (decimal): -263972 or 14481659. OLE color: 14481659.

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

Color convert

RGB 251 248 220 -
CMYK 0 0.01 0.12 0.02
HSL 54.19º 0.79% 0.92% -
HSV(B) 54.19º 0.12% 0.98% -
XYZ 86.27 92.81 81.08 -
YUV 245.71 113.49 131.78 -
System Red Green Blue C M Y K H S L
Decimal 251 248 220 0 0.01 0.12 0.02 54.19 0.79 0.92
Hex FB F8 DC 0 1 C 2 36 4F 5C
Octal 373 370 334 0 1 14 2 66 117 134
Binary 11111011 11111000 11011100 0 1 1100 10 110110 1001111 1011100

Color Harmonies of #FBF8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF8DC

Black with #FBF8DC

Text Example


Text Example

White with #FBF8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF8DC; }

 p { color: rgb(251,248,220); }

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

background-color css

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

 a { background-color: rgb(251,248,220); }

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

border-color css

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

 span { border-color: rgb(251,248,220); }

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