Html Css Color HEX #F2ABF0 Lavender Rose

📋 copy color: '#F2ABF0'

red 242 ◦ green 171 ◦ blue 240

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

Shades of Lavender Rose #F2ABF0

Tints of Lavender Rose #F2ABF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.75%

R = 37.06%
G = 26.19%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F2ABF0 (or 0xF2ABF0) is known color: Lavender Rose. HEX triplet: F2, AB and F0. RGB value is (242,171,240). Sum of RGB (Red+Green+Blue) = 242+171+240=653 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.06% from 653); Green value is 171 (67.19% from 255 or 26.19% from 653); Blue value is 240 (94.14% from 255 or 36.75% from 653); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ABF0 is #0D540F. Grayscale: #C7C7C7. Windows color (decimal): -873488 or 15772658. OLE color: 15772658.

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

Color convert

RGB 242 171 240 -
CMYK 0 0.29 0.01 0.05
HSL 301.69º 0.73% 0.81% -
HSV(B) 301.69º 0.29% 0.95% -
XYZ 66.91 54.29 89.39 -
YUV 200.1 150.52 157.89 -
System Red Green Blue C M Y K H S L
Decimal 242 171 240 0 0.29 0.01 0.05 301.69 0.73 0.81
Hex F2 AB F0 0 1D 1 5 12E 49 51
Octal 362 253 360 0 35 1 5 456 111 121
Binary 11110010 10101011 11110000 0 11101 1 101 100101110 1001001 1010001

Color Harmonies of #F2ABF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ABF0

Black with #F2ABF0

Text Example


Text Example

White with #F2ABF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ABF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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