Html Css Color HEX #FBF9DB Chilean Heath

📋 copy color: '#FBF9DB'

red 251 ◦ green 249 ◦ blue 219

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

Shades of Chilean Heath #FBF9DB

Tints of Chilean Heath #FBF9DB

RGB

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

 GREEN value IS 249 (97.66% from 255) = 34.63%

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

R = 34.91%
G = 34.63%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FBF9DB (or 0xFBF9DB) is known color: Chilean Heath. HEX triplet: FB, F9 and DB. RGB value is (251,249,219). Sum of RGB (Red+Green+Blue) = 251+249+219=719 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.91% from 719); Green value is 249 (97.66% from 255 or 34.63% from 719); Blue value is 219 (85.94% from 255 or 30.46% from 719); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF9DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF9DB is #040624. Grayscale: #F6F6F6. Windows color (decimal): -263717 or 14416379. OLE color: 14416379.

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

Color convert

RGB 251 249 219 -
CMYK 0 0.01 0.13 0.02
HSL 56.25º 0.8% 0.92% -
HSV(B) 56.25º 0.13% 0.98% -
XYZ 86.45 93.38 80.48 -
YUV 246.18 112.66 131.44 -
System Red Green Blue C M Y K H S L
Decimal 251 249 219 0 0.01 0.13 0.02 56.25 0.8 0.92
Hex FB F9 DB 0 1 D 2 38 50 5C
Octal 373 371 333 0 1 15 2 70 120 134
Binary 11111011 11111001 11011011 0 1 1101 10 111000 1010000 1011100

Color Harmonies of #FBF9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF9DB

Black with #FBF9DB

Text Example


Text Example

White with #FBF9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF9DB; }

 p { color: rgb(251,249,219); }

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

background-color css

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

 a { background-color: rgb(251,249,219); }

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

border-color css

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

 span { border-color: rgb(251,249,219); }

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