Html Css Color HEX #F9C0C8 Azalea

📋 copy color: '#F9C0C8'

red 249 ◦ green 192 ◦ blue 200

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

Shades of Azalea #F9C0C8

Tints of Azalea #F9C0C8

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.95%

 BLUE value IS 200 (78.52% from 255) = 31.2%

R = 38.85%
G = 29.95%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#F9C0C8 (or 0xF9C0C8) is known color: Azalea. HEX triplet: F9, C0 and C8. RGB value is (249,192,200). Sum of RGB (Red+Green+Blue) = 249+192+200=641 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.85% from 641); Green value is 192 (75.39% from 255 or 29.95% from 641); Blue value is 200 (78.52% from 255 or 31.20% from 641); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C0C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C0C8 is #063F37. Grayscale: #D1D1D1. Windows color (decimal): -409400 or 13156601. OLE color: 13156601.

HSL color Cylindrical-coordinate representation of color #F9C0C8: hue angle of 351.58º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F9C0C8 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 192 200 -
CMYK 0 0.23 0.20 0.02
HSL 351.58º 0.83% 0.86% -
HSV(B) 351.58º 0.23% 0.98% -
XYZ 68.34 62.01 63.01 -
YUV 209.96 122.38 155.85 -
System Red Green Blue C M Y K H S L
Decimal 249 192 200 0 0.23 0.20 0.02 351.58 0.83 0.86
Hex F9 C0 C8 0 17 14 2 160 53 56
Octal 371 300 310 0 27 24 2 540 123 126
Binary 11111001 11000000 11001000 0 10111 10100 10 101100000 1010011 1010110

Color Harmonies of #F9C0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C0C8

Black with #F9C0C8

Text Example


Text Example

White with #F9C0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C0C8; }

 p { color: rgb(249,192,200); }

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

background-color css

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

 a { background-color: rgb(249,192,200); }

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

border-color css

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

 span { border-color: rgb(249,192,200); }

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