Html Css Color HEX #F9CACB Azalea

📋 copy color: '#F9CACB'

red 249 ◦ green 202 ◦ blue 203

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

Shades of Azalea #F9CACB

Tints of Azalea #F9CACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 31.04%

R = 38.07%
G = 30.89%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F9CACB (or 0xF9CACB) is known color: Azalea. HEX triplet: F9, CA and CB. RGB value is (249,202,203). Sum of RGB (Red+Green+Blue) = 249+202+203=654 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.07% from 654); Green value is 202 (79.30% from 255 or 30.89% from 654); Blue value is 203 (79.69% from 255 or 31.04% from 654); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CACB is #063534. Grayscale: #D8D8D8. Windows color (decimal): -406837 or 13355769. OLE color: 13355769.

HSL color Cylindrical-coordinate representation of color #F9CACB: hue angle of 358.72º 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 #F9CACB is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 202 203 -
CMYK 0 0.19 0.18 0.02
HSL 358.72º 0.8% 0.88% -
HSV(B) 358.72º 0.19% 0.98% -
XYZ 70.97 66.69 65.63 -
YUV 216.17 120.57 151.42 -
System Red Green Blue C M Y K H S L
Decimal 249 202 203 0 0.19 0.18 0.02 358.72 0.8 0.88
Hex F9 CA CB 0 13 12 2 167 50 58
Octal 371 312 313 0 23 22 2 547 120 130
Binary 11111001 11001010 11001011 0 10011 10010 10 101100111 1010000 1011000

Color Harmonies of #F9CACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CACB

Black with #F9CACB

Text Example


Text Example

White with #F9CACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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