Html Css Color HEX #FCFADD Chilean Heath

📋 copy color: '#FCFADD'

red 252 ◦ green 250 ◦ blue 221

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

Shades of Chilean Heath #FCFADD

Tints of Chilean Heath #FCFADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 30.57%

R = 34.85%
G = 34.58%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCFADD (or 0xFCFADD) is known color: Chilean Heath. HEX triplet: FC, FA and DD. RGB value is (252,250,221). Sum of RGB (Red+Green+Blue) = 252+250+221=723 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.85% from 723); Green value is 250 (98.05% from 255 or 34.58% from 723); Blue value is 221 (86.72% from 255 or 30.57% from 723); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFADD is #030522. Grayscale: #F7F7F7. Windows color (decimal): -197923 or 14547708. OLE color: 14547708.

HSL color Cylindrical-coordinate representation of color #FCFADD: hue angle of 56.13º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCFADD is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 250 221 -
CMYK 0 0.01 0.12 0.01
HSL 56.13º 0.84% 0.93% -
HSV(B) 56.13º 0.12% 0.99% -
XYZ 87.38 94.29 82 -
YUV 247.29 113.16 131.36 -
System Red Green Blue C M Y K H S L
Decimal 252 250 221 0 0.01 0.12 0.01 56.13 0.84 0.93
Hex FC FA DD 0 1 C 1 38 54 5D
Octal 374 372 335 0 1 14 1 70 124 135
Binary 11111100 11111010 11011101 0 1 1100 1 111000 1010100 1011101

Color Harmonies of #FCFADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFADD

Black with #FCFADD

Text Example


Text Example

White with #FCFADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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