Html Css Color HEX #F2AACB Lavender Pink

📋 copy color: '#F2AACB'

red 242 ◦ green 170 ◦ blue 203

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

Shades of Lavender Pink #F2AACB

Tints of Lavender Pink #F2AACB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.64%

 BLUE value IS 203 (79.69% from 255) = 33.01%

R = 39.35%
G = 27.64%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F2AACB (or 0xF2AACB) is known color: Lavender Pink. HEX triplet: F2, AA and CB. RGB value is (242,170,203). Sum of RGB (Red+Green+Blue) = 242+170+203=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 170 (66.80% from 255 or 27.64% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AACB is #0D5534. Grayscale: #C3C3C3. Windows color (decimal): -873781 or 13347570. OLE color: 13347570.

HSL color Cylindrical-coordinate representation of color #F2AACB: hue angle of 332.5º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2AACB is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 170 203 -
CMYK 0 0.30 0.16 0.05
HSL 332.5º 0.73% 0.81% -
HSV(B) 332.5º 0.3% 0.95% -
XYZ 61.77 51.94 63.27 -
YUV 195.29 132.35 161.32 -
System Red Green Blue C M Y K H S L
Decimal 242 170 203 0 0.30 0.16 0.05 332.5 0.73 0.81
Hex F2 AA CB 0 1E 10 5 14C 49 51
Octal 362 252 313 0 36 20 5 514 111 121
Binary 11110010 10101010 11001011 0 11110 10000 101 101001100 1001001 1010001

Color Harmonies of #F2AACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AACB

Black with #F2AACB

Text Example


Text Example

White with #F2AACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AACB; }

 p { color: rgb(242,170,203); }

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

background-color css

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

 a { background-color: rgb(242,170,203); }

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

border-color css

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

 span { border-color: rgb(242,170,203); }

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