Html Css Color HEX #F2A2CC Lavender Pink

📋 copy color: '#F2A2CC'

red 242 ◦ green 162 ◦ blue 204

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

Shades of Lavender Pink #F2A2CC

Tints of Lavender Pink #F2A2CC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.64%

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

R = 39.8%
G = 26.64%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F2A2CC (or 0xF2A2CC) is known color: Lavender Pink. HEX triplet: F2, A2 and CC. RGB value is (242,162,204). Sum of RGB (Red+Green+Blue) = 242+162+204=608 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.80% from 608); Green value is 162 (63.67% from 255 or 26.64% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A2CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A2CC is #0D5D33. Grayscale: #BEBEBE. Windows color (decimal): -875828 or 13411058. OLE color: 13411058.

HSL color Cylindrical-coordinate representation of color #F2A2CC: hue angle of 328.5º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F2A2CC is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 162 204 -
CMYK 0 0.33 0.16 0.05
HSL 328.5º 0.75% 0.79% -
HSV(B) 328.5º 0.33% 0.95% -
XYZ 60.44 49.08 63.41 -
YUV 190.71 135.5 164.58 -
System Red Green Blue C M Y K H S L
Decimal 242 162 204 0 0.33 0.16 0.05 328.5 0.75 0.79
Hex F2 A2 CC 0 21 10 5 148 4B 4F
Octal 362 242 314 0 41 20 5 510 113 117
Binary 11110010 10100010 11001100 0 100001 10000 101 101001000 1001011 1001111

Color Harmonies of #F2A2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A2CC

Black with #F2A2CC

Text Example


Text Example

White with #F2A2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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