Html Css Color HEX #F2C3CA Azalea

📋 copy color: '#F2C3CA'

red 242 ◦ green 195 ◦ blue 202

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

Shades of Azalea #F2C3CA

Tints of Azalea #F2C3CA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 30.52%

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

R = 37.87%
G = 30.52%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F2C3CA (or 0xF2C3CA) is known color: Azalea. HEX triplet: F2, C3 and CA. RGB value is (242,195,202). Sum of RGB (Red+Green+Blue) = 242+195+202=639 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.87% from 639); Green value is 195 (76.56% from 255 or 30.52% from 639); Blue value is 202 (79.30% from 255 or 31.61% from 639); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C3CA is #0D3C35. Grayscale: #D1D1D1. Windows color (decimal): -867382 or 13288434. OLE color: 13288434.

HSL color Cylindrical-coordinate representation of color #F2C3CA: hue angle of 351.06º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F2C3CA is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 195 202 -
CMYK 0 0.19 0.17 0.05
HSL 351.06º 0.64% 0.86% -
HSV(B) 351.06º 0.19% 0.95% -
XYZ 66.79 62.17 64.36 -
YUV 209.85 123.57 150.93 -
System Red Green Blue C M Y K H S L
Decimal 242 195 202 0 0.19 0.17 0.05 351.06 0.64 0.86
Hex F2 C3 CA 0 13 11 5 15F 40 56
Octal 362 303 312 0 23 21 5 537 100 126
Binary 11110010 11000011 11001010 0 10011 10001 101 101011111 1000000 1010110

Color Harmonies of #F2C3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C3CA

Black with #F2C3CA

Text Example


Text Example

White with #F2C3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C3CA; }

 p { color: rgb(242,195,202); }

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

background-color css

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

 a { background-color: rgb(242,195,202); }

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

border-color css

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

 span { border-color: rgb(242,195,202); }

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