Html Css Color HEX #F2A1CC Lavender Pink

📋 copy color: '#F2A1CC'

red 242 ◦ green 161 ◦ blue 204

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

Shades of Lavender Pink #F2A1CC

Tints of Lavender Pink #F2A1CC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.52%

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

R = 39.87%
G = 26.52%
B = 33.61%

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

#F2A1CC (or 0xF2A1CC) is known color: Lavender Pink. HEX triplet: F2, A1 and CC. RGB value is (242,161,204). Sum of RGB (Red+Green+Blue) = 242+161+204=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 161 (63.28% from 255 or 26.52% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A1CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A1CC is #0D5E33. Grayscale: #BEBEBE. Windows color (decimal): -876084 or 13410802. OLE color: 13410802.

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

Color convert

RGB 242 161 204 -
CMYK 0 0.33 0.16 0.05
HSL 328.15º 0.76% 0.79% -
HSV(B) 328.15º 0.33% 0.95% -
XYZ 60.26 48.73 63.36 -
YUV 190.12 135.84 165 -
System Red Green Blue C M Y K H S L
Decimal 242 161 204 0 0.33 0.16 0.05 328.15 0.76 0.79
Hex F2 A1 CC 0 21 10 5 148 4C 4F
Octal 362 241 314 0 41 20 5 510 114 117
Binary 11110010 10100001 11001100 0 100001 10000 101 101001000 1001100 1001111

Color Harmonies of #F2A1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A1CC

Black with #F2A1CC

Text Example


Text Example

White with #F2A1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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