Html Css Color HEX #F2ABCD Lavender Pink

📋 copy color: '#F2ABCD'

red 242 ◦ green 171 ◦ blue 205

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

Shades of Lavender Pink #F2ABCD

Tints of Lavender Pink #F2ABCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.17%

R = 39.16%
G = 27.67%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F2ABCD (or 0xF2ABCD) is known color: Lavender Pink. HEX triplet: F2, AB and CD. RGB value is (242,171,205). Sum of RGB (Red+Green+Blue) = 242+171+205=618 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.16% from 618); Green value is 171 (67.19% from 255 or 27.67% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ABCD is #0D5432. Grayscale: #C4C4C4. Windows color (decimal): -873523 or 13478898. OLE color: 13478898.

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

Color convert

RGB 242 171 205 -
CMYK 0 0.29 0.15 0.05
HSL 331.27º 0.73% 0.81% -
HSV(B) 331.27º 0.29% 0.95% -
XYZ 62.2 52.41 64.6 -
YUV 196.11 133.02 160.74 -
System Red Green Blue C M Y K H S L
Decimal 242 171 205 0 0.29 0.15 0.05 331.27 0.73 0.81
Hex F2 AB CD 0 1D F 5 14B 49 51
Octal 362 253 315 0 35 17 5 513 111 121
Binary 11110010 10101011 11001101 0 11101 1111 101 101001011 1001001 1010001

Color Harmonies of #F2ABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ABCD

Black with #F2ABCD

Text Example


Text Example

White with #F2ABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ABCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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