Html Css Color HEX #F9CACE Azalea

📋 copy color: '#F9CACE'

red 249 ◦ green 202 ◦ blue 206

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

Shades of Azalea #F9CACE

Tints of Azalea #F9CACE

RGB

 RED value IS 249 (97.66% from 255) = 37.9%

 GREEN value IS 202 (79.3% from 255) = 30.75%

 BLUE value IS 206 (80.86% from 255) = 31.35%

R = 37.9%
G = 30.75%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F9CACE (or 0xF9CACE) is known color: Azalea. HEX triplet: F9, CA and CE. RGB value is (249,202,206). Sum of RGB (Red+Green+Blue) = 249+202+206=657 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.90% from 657); Green value is 202 (79.30% from 255 or 30.75% from 657); Blue value is 206 (80.86% from 255 or 31.35% from 657); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CACE is #063531. Grayscale: #D8D8D8. Windows color (decimal): -406834 or 13552377. OLE color: 13552377.

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

Color convert

RGB 249 202 206 -
CMYK 0 0.19 0.17 0.02
HSL 354.89º 0.8% 0.88% -
HSV(B) 354.89º 0.19% 0.98% -
XYZ 71.33 66.84 67.53 -
YUV 216.51 122.07 151.17 -
System Red Green Blue C M Y K H S L
Decimal 249 202 206 0 0.19 0.17 0.02 354.89 0.8 0.88
Hex F9 CA CE 0 13 11 2 163 50 58
Octal 371 312 316 0 23 21 2 543 120 130
Binary 11111001 11001010 11001110 0 10011 10001 10 101100011 1010000 1011000

Color Harmonies of #F9CACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CACE

Black with #F9CACE

Text Example


Text Example

White with #F9CACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CACE; }

 p { color: rgb(249,202,206); }

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

background-color css

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

 a { background-color: rgb(249,202,206); }

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

border-color css

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

 span { border-color: rgb(249,202,206); }

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