Html Css Color HEX #F0C2CA Azalea

📋 copy color: '#F0C2CA'

red 240 ◦ green 194 ◦ blue 202

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

Shades of Azalea #F0C2CA

Tints of Azalea #F0C2CA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.5%

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

R = 37.74%
G = 30.5%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F0C2CA (or 0xF0C2CA) is known color: Azalea. HEX triplet: F0, C2 and CA. RGB value is (240,194,202). Sum of RGB (Red+Green+Blue) = 240+194+202=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 194 (76.17% from 255 or 30.50% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C2CA is #0F3D35. Grayscale: #D0D0D0. Windows color (decimal): -998710 or 13288176. OLE color: 13288176.

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

Color convert

RGB 240 194 202 -
CMYK 0 0.19 0.16 0.06
HSL 349.57º 0.61% 0.85% -
HSV(B) 349.57º 0.19% 0.94% -
XYZ 65.89 61.37 64.25 -
YUV 208.67 124.24 150.35 -
System Red Green Blue C M Y K H S L
Decimal 240 194 202 0 0.19 0.16 0.06 349.57 0.61 0.85
Hex F0 C2 CA 0 13 10 6 15E 3D 55
Octal 360 302 312 0 23 20 6 536 75 125
Binary 11110000 11000010 11001010 0 10011 10000 110 101011110 111101 1010101

Color Harmonies of #F0C2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C2CA

Black with #F0C2CA

Text Example


Text Example

White with #F0C2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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