Html Css Color HEX #F2CCCE Azalea

📋 copy color: '#F2CCCE'

red 242 ◦ green 204 ◦ blue 206

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

Shades of Azalea #F2CCCE

Tints of Azalea #F2CCCE

RGB

 RED value IS 242 (94.92% from 255) = 37.12%

 GREEN value IS 204 (80.08% from 255) = 31.29%

 BLUE value IS 206 (80.86% from 255) = 31.6%

R = 37.12%
G = 31.29%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F2CCCE (or 0xF2CCCE) is known color: Azalea. HEX triplet: F2, CC and CE. RGB value is (242,204,206). Sum of RGB (Red+Green+Blue) = 242+204+206=652 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.12% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 206 (80.86% from 255 or 31.60% from 652); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CCCE is #0D3331. Grayscale: #D7D7D7. Windows color (decimal): -865074 or 13552882. OLE color: 13552882.

HSL color Cylindrical-coordinate representation of color #F2CCCE: hue angle of 356.84º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2CCCE is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 204 206 -
CMYK 0 0.16 0.15 0.05
HSL 356.84º 0.59% 0.87% -
HSV(B) 356.84º 0.16% 0.95% -
XYZ 69.35 66.52 67.58 -
YUV 215.59 122.59 146.84 -
System Red Green Blue C M Y K H S L
Decimal 242 204 206 0 0.16 0.15 0.05 356.84 0.59 0.87
Hex F2 CC CE 0 10 F 5 165 3B 57
Octal 362 314 316 0 20 17 5 545 73 127
Binary 11110010 11001100 11001110 0 10000 1111 101 101100101 111011 1010111

Color Harmonies of #F2CCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CCCE

Black with #F2CCCE

Text Example


Text Example

White with #F2CCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CCCE; }

 p { color: rgb(242,204,206); }

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

background-color css

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

 a { background-color: rgb(242,204,206); }

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

border-color css

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

 span { border-color: rgb(242,204,206); }

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