Html Css Color HEX #F0C9CA Azalea

📋 copy color: '#F0C9CA'

red 240 ◦ green 201 ◦ blue 202

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

Shades of Azalea #F0C9CA

Tints of Azalea #F0C9CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.42%

R = 37.33%
G = 31.26%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F0C9CA (or 0xF0C9CA) is known color: Azalea. HEX triplet: F0, C9 and CA. RGB value is (240,201,202). Sum of RGB (Red+Green+Blue) = 240+201+202=643 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.33% from 643); Green value is 201 (78.91% from 255 or 31.26% from 643); Blue value is 202 (79.30% from 255 or 31.42% from 643); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C9CA is #0F3635. Grayscale: #D4D4D4. Windows color (decimal): -996918 or 13289968. OLE color: 13289968.

HSL color Cylindrical-coordinate representation of color #F0C9CA: hue angle of 358.46º 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 #F0C9CA is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 201 202 -
CMYK 0 0.16 0.16 0.06
HSL 358.46º 0.57% 0.86% -
HSV(B) 358.46º 0.16% 0.94% -
XYZ 67.48 64.56 64.78 -
YUV 212.78 121.92 147.42 -
System Red Green Blue C M Y K H S L
Decimal 240 201 202 0 0.16 0.16 0.06 358.46 0.57 0.86
Hex F0 C9 CA 0 10 10 6 166 39 56
Octal 360 311 312 0 20 20 6 546 71 126
Binary 11110000 11001001 11001010 0 10000 10000 110 101100110 111001 1010110

Color Harmonies of #F0C9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C9CA

Black with #F0C9CA

Text Example


Text Example

White with #F0C9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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