Html Css Color HEX #FCFBDB Chilean Heath

📋 copy color: '#FCFBDB'

red 252 ◦ green 251 ◦ blue 219

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

Shades of Chilean Heath #FCFBDB

Tints of Chilean Heath #FCFBDB

RGB

 RED value IS 252 (98.83% from 255) = 34.9%

 GREEN value IS 251 (98.44% from 255) = 34.76%

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

R = 34.9%
G = 34.76%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCFBDB (or 0xFCFBDB) is known color: Chilean Heath. HEX triplet: FC, FB and DB. RGB value is (252,251,219). Sum of RGB (Red+Green+Blue) = 252+251+219=722 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.90% from 722); Green value is 251 (98.44% from 255 or 34.76% from 722); Blue value is 219 (85.94% from 255 or 30.33% from 722); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBDB is #030424. Grayscale: #F7F7F7. Windows color (decimal): -197669 or 14416892. OLE color: 14416892.

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

Color convert

RGB 252 251 219 -
CMYK 0 0.00 0.13 0.01
HSL 58.18º 0.85% 0.92% -
HSV(B) 58.18º 0.13% 0.99% -
XYZ 87.43 94.8 80.71 -
YUV 247.65 111.83 131.1 -
System Red Green Blue C M Y K H S L
Decimal 252 251 219 0 0.00 0.13 0.01 58.18 0.85 0.92
Hex FC FB DB 0 0 D 1 3A 55 5C
Octal 374 373 333 0 0 15 1 72 125 134
Binary 11111100 11111011 11011011 0 0 1101 1 111010 1010101 1011100

Color Harmonies of #FCFBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFBDB

Black with #FCFBDB

Text Example


Text Example

White with #FCFBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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