Html Css Color HEX #FCFADB Chilean Heath

📋 copy color: '#FCFADB'

red 252 ◦ green 250 ◦ blue 219

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

Shades of Chilean Heath #FCFADB

Tints of Chilean Heath #FCFADB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 34.67%

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

R = 34.95%
G = 34.67%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCFADB (or 0xFCFADB) is known color: Chilean Heath. HEX triplet: FC, FA and DB. RGB value is (252,250,219). Sum of RGB (Red+Green+Blue) = 252+250+219=721 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.95% from 721); Green value is 250 (98.05% from 255 or 34.67% from 721); Blue value is 219 (85.94% from 255 or 30.37% from 721); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFADB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFADB is #030524. Grayscale: #F7F7F7. Windows color (decimal): -197925 or 14416636. OLE color: 14416636.

HSL color Cylindrical-coordinate representation of color #FCFADB: hue angle of 56.36º 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 #FCFADB is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 250 219 -
CMYK 0 0.01 0.13 0.01
HSL 56.36º 0.85% 0.92% -
HSV(B) 56.36º 0.13% 0.99% -
XYZ 87.12 94.18 80.61 -
YUV 247.06 112.16 131.52 -
System Red Green Blue C M Y K H S L
Decimal 252 250 219 0 0.01 0.13 0.01 56.36 0.85 0.92
Hex FC FA DB 0 1 D 1 38 55 5C
Octal 374 372 333 0 1 15 1 70 125 134
Binary 11111100 11111010 11011011 0 1 1101 1 111000 1010101 1011100

Color Harmonies of #FCFADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFADB

Black with #FCFADB

Text Example


Text Example

White with #FCFADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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