Html Css Color HEX #F2AAD3 Lavender Pink

📋 copy color: '#F2AAD3'

red 242 ◦ green 170 ◦ blue 211

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

Shades of Lavender Pink #F2AAD3

Tints of Lavender Pink #F2AAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.87%

R = 38.84%
G = 27.29%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F2AAD3 (or 0xF2AAD3) is known color: Lavender Pink. HEX triplet: F2, AA and D3. RGB value is (242,170,211). Sum of RGB (Red+Green+Blue) = 242+170+211=623 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.84% from 623); Green value is 170 (66.80% from 255 or 27.29% from 623); Blue value is 211 (82.81% from 255 or 33.87% from 623); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AAD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AAD3 is #0D552C. Grayscale: #C4C4C4. Windows color (decimal): -873773 or 13871858. OLE color: 13871858.

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

Color convert

RGB 242 170 211 -
CMYK 0 0.30 0.13 0.05
HSL 325.83º 0.73% 0.81% -
HSV(B) 325.83º 0.3% 0.95% -
XYZ 62.75 52.33 68.42 -
YUV 196.2 136.35 160.67 -
System Red Green Blue C M Y K H S L
Decimal 242 170 211 0 0.30 0.13 0.05 325.83 0.73 0.81
Hex F2 AA D3 0 1E D 5 146 49 51
Octal 362 252 323 0 36 15 5 506 111 121
Binary 11110010 10101010 11010011 0 11110 1101 101 101000110 1001001 1010001

Color Harmonies of #F2AAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AAD3

Black with #F2AAD3

Text Example


Text Example

White with #F2AAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AAD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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