Html Css Color HEX #F2ABD3 Lavender Pink

📋 copy color: '#F2ABD3'

red 242 ◦ green 171 ◦ blue 211

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

Shades of Lavender Pink #F2ABD3

Tints of Lavender Pink #F2ABD3

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.4%

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

R = 38.78%
G = 27.4%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F2ABD3 (or 0xF2ABD3) is known color: Lavender Pink. HEX triplet: F2, AB and D3. RGB value is (242,171,211). Sum of RGB (Red+Green+Blue) = 242+171+211=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 171 (67.19% from 255 or 27.40% from 624); Blue value is 211 (82.81% from 255 or 33.81% from 624); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ABD3 is #0D542C. Grayscale: #C4C4C4. Windows color (decimal): -873517 or 13872114. OLE color: 13872114.

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

Color convert

RGB 242 171 211 -
CMYK 0 0.29 0.13 0.05
HSL 326.2º 0.73% 0.81% -
HSV(B) 326.2º 0.29% 0.95% -
XYZ 62.94 52.71 68.48 -
YUV 196.79 136.02 160.25 -
System Red Green Blue C M Y K H S L
Decimal 242 171 211 0 0.29 0.13 0.05 326.2 0.73 0.81
Hex F2 AB D3 0 1D D 5 146 49 51
Octal 362 253 323 0 35 15 5 506 111 121
Binary 11110010 10101011 11010011 0 11101 1101 101 101000110 1001001 1010001

Color Harmonies of #F2ABD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ABD3

Black with #F2ABD3

Text Example


Text Example

White with #F2ABD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ABD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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