Html Css Color HEX #F2C1C4 Azalea

📋 copy color: '#F2C1C4'

red 242 ◦ green 193 ◦ blue 196

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

Shades of Azalea #F2C1C4

Tints of Azalea #F2C1C4

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.59%

 BLUE value IS 196 (76.95% from 255) = 31.06%

R = 38.35%
G = 30.59%
B = 31.06%

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

#F2C1C4 (or 0xF2C1C4) is known color: Azalea. HEX triplet: F2, C1 and C4. RGB value is (242,193,196). Sum of RGB (Red+Green+Blue) = 242+193+196=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 193 (75.78% from 255 or 30.59% from 631); Blue value is 196 (76.95% from 255 or 31.06% from 631); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C1C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C1C4 is #0D3E3B. Grayscale: #D0D0D0. Windows color (decimal): -867900 or 12894706. OLE color: 12894706.

HSL color Cylindrical-coordinate representation of color #F2C1C4: hue angle of 356.33º 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 #F2C1C4 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 193 196 -
CMYK 0 0.20 0.19 0.05
HSL 356.33º 0.65% 0.85% -
HSV(B) 356.33º 0.2% 0.95% -
XYZ 65.65 61 60.54 -
YUV 207.99 121.23 152.26 -
System Red Green Blue C M Y K H S L
Decimal 242 193 196 0 0.20 0.19 0.05 356.33 0.65 0.85
Hex F2 C1 C4 0 14 13 5 164 41 55
Octal 362 301 304 0 24 23 5 544 101 125
Binary 11110010 11000001 11000100 0 10100 10011 101 101100100 1000001 1010101

Color Harmonies of #F2C1C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C1C4

Black with #F2C1C4

Text Example


Text Example

White with #F2C1C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C1C4; }

 p { color: rgb(242,193,196); }

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

background-color css

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

 a { background-color: rgb(242,193,196); }

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

border-color css

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

 span { border-color: rgb(242,193,196); }

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