Html Css Color HEX #F2C2C3 Azalea

📋 copy color: '#F2C2C3'

red 242 ◦ green 194 ◦ blue 195

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

Shades of Azalea #F2C2C3

Tints of Azalea #F2C2C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 30.9%

R = 38.35%
G = 30.74%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F2C2C3 (or 0xF2C2C3) is known color: Azalea. HEX triplet: F2, C2 and C3. RGB value is (242,194,195). Sum of RGB (Red+Green+Blue) = 242+194+195=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 194 (76.17% from 255 or 30.74% from 631); Blue value is 195 (76.56% from 255 or 30.90% from 631); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C2C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C2C3 is #0D3D3C. Grayscale: #D0D0D0. Windows color (decimal): -867645 or 12829426. OLE color: 12829426.

HSL color Cylindrical-coordinate representation of color #F2C2C3: hue angle of 358.75º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F2C2C3 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 194 195 -
CMYK 0 0.20 0.19 0.05
HSL 358.75º 0.65% 0.85% -
HSV(B) 358.75º 0.2% 0.95% -
XYZ 65.76 61.4 60.02 -
YUV 208.47 120.4 151.92 -
System Red Green Blue C M Y K H S L
Decimal 242 194 195 0 0.20 0.19 0.05 358.75 0.65 0.85
Hex F2 C2 C3 0 14 13 5 167 41 55
Octal 362 302 303 0 24 23 5 547 101 125
Binary 11110010 11000010 11000011 0 10100 10011 101 101100111 1000001 1010101

Color Harmonies of #F2C2C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C2C3

Black with #F2C2C3

Text Example


Text Example

White with #F2C2C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C2C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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