Html Css Color HEX #F2ABDB Lavender Rose

📋 copy color: '#F2ABDB'

red 242 ◦ green 171 ◦ blue 219

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

Shades of Lavender Rose #F2ABDB

Tints of Lavender Rose #F2ABDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.65%

R = 38.29%
G = 27.06%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F2ABDB (or 0xF2ABDB) is known color: Lavender Rose. HEX triplet: F2, AB and DB. RGB value is (242,171,219). Sum of RGB (Red+Green+Blue) = 242+171+219=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 171 (67.19% from 255 or 27.06% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ABDB is #0D5424. Grayscale: #C5C5C5. Windows color (decimal): -873509 or 14396402. OLE color: 14396402.

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

Color convert

RGB 242 171 219 -
CMYK 0 0.29 0.10 0.05
HSL 319.44º 0.73% 0.81% -
HSV(B) 319.44º 0.29% 0.95% -
XYZ 63.97 53.12 73.9 -
YUV 197.7 140.02 159.6 -
System Red Green Blue C M Y K H S L
Decimal 242 171 219 0 0.29 0.10 0.05 319.44 0.73 0.81
Hex F2 AB DB 0 1D A 5 13F 49 51
Octal 362 253 333 0 35 12 5 477 111 121
Binary 11110010 10101011 11011011 0 11101 1010 101 100111111 1001001 1010001

Color Harmonies of #F2ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ABDB

Black with #F2ABDB

Text Example


Text Example

White with #F2ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ABDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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