Html Css Color HEX #F2C4C7 Azalea

📋 copy color: '#F2C4C7'

red 242 ◦ green 196 ◦ blue 199

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

Shades of Azalea #F2C4C7

Tints of Azalea #F2C4C7

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.77%

 BLUE value IS 199 (78.13% from 255) = 31.24%

R = 37.99%
G = 30.77%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F2C4C7 (or 0xF2C4C7) is known color: Azalea. HEX triplet: F2, C4 and C7. RGB value is (242,196,199). Sum of RGB (Red+Green+Blue) = 242+196+199=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 196 (76.95% from 255 or 30.77% from 637); Blue value is 199 (78.12% from 255 or 31.24% from 637); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C4C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C4C7 is #0D3B38. Grayscale: #D2D2D2. Windows color (decimal): -867129 or 13092082. OLE color: 13092082.

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

Color convert

RGB 242 196 199 -
CMYK 0 0.19 0.18 0.05
HSL 356.09º 0.64% 0.86% -
HSV(B) 356.09º 0.19% 0.95% -
XYZ 66.67 62.48 62.58 -
YUV 210.1 121.74 150.76 -
System Red Green Blue C M Y K H S L
Decimal 242 196 199 0 0.19 0.18 0.05 356.09 0.64 0.86
Hex F2 C4 C7 0 13 12 5 164 40 56
Octal 362 304 307 0 23 22 5 544 100 126
Binary 11110010 11000100 11000111 0 10011 10010 101 101100100 1000000 1010110

Color Harmonies of #F2C4C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C4C7

Black with #F2C4C7

Text Example


Text Example

White with #F2C4C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C4C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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