Html Css Color HEX #F0C9CD Azalea

📋 copy color: '#F0C9CD'

red 240 ◦ green 201 ◦ blue 205

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

Shades of Azalea #F0C9CD

Tints of Azalea #F0C9CD

RGB

 RED value IS 240 (94.14% from 255) = 37.15%

 GREEN value IS 201 (78.91% from 255) = 31.11%

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

R = 37.15%
G = 31.11%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0C9CD (or 0xF0C9CD) is known color: Azalea. HEX triplet: F0, C9 and CD. RGB value is (240,201,205). Sum of RGB (Red+Green+Blue) = 240+201+205=646 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.15% from 646); Green value is 201 (78.91% from 255 or 31.11% from 646); Blue value is 205 (80.47% from 255 or 31.73% from 646); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C9CD is #0F3632. Grayscale: #D5D5D5. Windows color (decimal): -996915 or 13486576. OLE color: 13486576.

HSL color Cylindrical-coordinate representation of color #F0C9CD: hue angle of 353.85º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0C9CD is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 201 205 -
CMYK 0 0.16 0.15 0.06
HSL 353.85º 0.57% 0.86% -
HSV(B) 353.85º 0.16% 0.94% -
XYZ 67.84 64.71 66.67 -
YUV 213.12 123.42 147.17 -
System Red Green Blue C M Y K H S L
Decimal 240 201 205 0 0.16 0.15 0.06 353.85 0.57 0.86
Hex F0 C9 CD 0 10 F 6 162 39 56
Octal 360 311 315 0 20 17 6 542 71 126
Binary 11110000 11001001 11001101 0 10000 1111 110 101100010 111001 1010110

Color Harmonies of #F0C9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C9CD

Black with #F0C9CD

Text Example


Text Example

White with #F0C9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C9CD; }

 p { color: rgb(240,201,205); }

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

background-color css

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

 a { background-color: rgb(240,201,205); }

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

border-color css

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

 span { border-color: rgb(240,201,205); }

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