Html Css Color HEX #F2C5CC Azalea

📋 copy color: '#F2C5CC'

red 242 ◦ green 197 ◦ blue 204

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

Shades of Azalea #F2C5CC

Tints of Azalea #F2C5CC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.64%

 BLUE value IS 204 (80.08% from 255) = 31.73%

R = 37.64%
G = 30.64%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F2C5CC (or 0xF2C5CC) is known color: Azalea. HEX triplet: F2, C5 and CC. RGB value is (242,197,204). Sum of RGB (Red+Green+Blue) = 242+197+204=643 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.64% from 643); Green value is 197 (77.34% from 255 or 30.64% from 643); Blue value is 204 (80.08% from 255 or 31.73% from 643); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C5CC is #0D3A33. Grayscale: #D3D3D3. Windows color (decimal): -866868 or 13420018. OLE color: 13420018.

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

Color convert

RGB 242 197 204 -
CMYK 0 0.19 0.16 0.05
HSL 350.67º 0.63% 0.86% -
HSV(B) 350.67º 0.19% 0.95% -
XYZ 67.48 63.17 65.76 -
YUV 211.25 123.91 149.93 -
System Red Green Blue C M Y K H S L
Decimal 242 197 204 0 0.19 0.16 0.05 350.67 0.63 0.86
Hex F2 C5 CC 0 13 10 5 15F 3F 56
Octal 362 305 314 0 23 20 5 537 77 126
Binary 11110010 11000101 11001100 0 10011 10000 101 101011111 111111 1010110

Color Harmonies of #F2C5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C5CC

Black with #F2C5CC

Text Example


Text Example

White with #F2C5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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