Html Css Color HEX #F9C7CB Azalea

📋 copy color: '#F9C7CB'

red 249 ◦ green 199 ◦ blue 203

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

Shades of Azalea #F9C7CB

Tints of Azalea #F9C7CB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.57%

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

R = 38.25%
G = 30.57%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F9C7CB (or 0xF9C7CB) is known color: Azalea. HEX triplet: F9, C7 and CB. RGB value is (249,199,203). Sum of RGB (Red+Green+Blue) = 249+199+203=651 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.25% from 651); Green value is 199 (78.12% from 255 or 30.57% from 651); Blue value is 203 (79.69% from 255 or 31.18% from 651); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C7CB is #063834. Grayscale: #D6D6D6. Windows color (decimal): -407605 or 13355001. OLE color: 13355001.

HSL color Cylindrical-coordinate representation of color #F9C7CB: hue angle of 355.2º degrees, saturation: 0.81, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F9C7CB is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 199 203 -
CMYK 0 0.20 0.18 0.02
HSL 355.2º 0.81% 0.88% -
HSV(B) 355.2º 0.2% 0.98% -
XYZ 70.27 65.3 65.4 -
YUV 214.41 121.57 152.67 -
System Red Green Blue C M Y K H S L
Decimal 249 199 203 0 0.20 0.18 0.02 355.2 0.81 0.88
Hex F9 C7 CB 0 14 12 2 163 51 58
Octal 371 307 313 0 24 22 2 543 121 130
Binary 11111001 11000111 11001011 0 10100 10010 10 101100011 1010001 1011000

Color Harmonies of #F9C7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C7CB

Black with #F9C7CB

Text Example


Text Example

White with #F9C7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C7CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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