Html Css Color HEX #F9CBCD Azalea

📋 copy color: '#F9CBCD'

red 249 ◦ green 203 ◦ blue 205

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

Shades of Azalea #F9CBCD

Tints of Azalea #F9CBCD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.9%

 BLUE value IS 205 (80.47% from 255) = 31.2%

R = 37.9%
G = 30.9%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F9CBCD (or 0xF9CBCD) is known color: Azalea. HEX triplet: F9, CB and CD. RGB value is (249,203,205). Sum of RGB (Red+Green+Blue) = 249+203+205=657 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.90% from 657); Green value is 203 (79.69% from 255 or 30.90% from 657); Blue value is 205 (80.47% from 255 or 31.20% from 657); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CBCD is #063432. Grayscale: #D9D9D9. Windows color (decimal): -406579 or 13487097. OLE color: 13487097.

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

Color convert

RGB 249 203 205 -
CMYK 0 0.18 0.18 0.02
HSL 357.39º 0.79% 0.89% -
HSV(B) 357.39º 0.18% 0.98% -
XYZ 71.44 67.26 66.97 -
YUV 216.98 121.24 150.84 -
System Red Green Blue C M Y K H S L
Decimal 249 203 205 0 0.18 0.18 0.02 357.39 0.79 0.89
Hex F9 CB CD 0 12 12 2 165 4F 59
Octal 371 313 315 0 22 22 2 545 117 131
Binary 11111001 11001011 11001101 0 10010 10010 10 101100101 1001111 1011001

Color Harmonies of #F9CBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CBCD

Black with #F9CBCD

Text Example


Text Example

White with #F9CBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CBCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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