Html Css Color HEX #F2ABF2 Lavender Rose

📋 copy color: '#F2ABF2'

red 242 ◦ green 171 ◦ blue 242

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

Shades of Lavender Rose #F2ABF2

Tints of Lavender Rose #F2ABF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.95%

R = 36.95%
G = 26.11%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F2ABF2 (or 0xF2ABF2) is known color: Lavender Rose. HEX triplet: F2, AB and F2. RGB value is (242,171,242). Sum of RGB (Red+Green+Blue) = 242+171+242=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 171 (67.19% from 255 or 26.11% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 242 - color contains mainly: red, blue. Hex color #F2ABF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ABF2 is #0D540D. Grayscale: #C8C8C8. Windows color (decimal): -873486 or 15903730. OLE color: 15903730.

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

Color convert

RGB 242 171 242 -
CMYK 0 0.29 0 0.05
HSL 300º 0.73% 0.81% -
HSV(B) 300º 0.29% 0.95% -
XYZ 67.21 54.41 90.97 -
YUV 200.32 151.52 157.73 -
System Red Green Blue C M Y K H S L
Decimal 242 171 242 0 0.29 0 0.05 300 0.73 0.81
Hex F2 AB F2 0 1D 0 5 12C 49 51
Octal 362 253 362 0 35 0 5 454 111 121
Binary 11110010 10101011 11110010 0 11101 0 101 100101100 1001001 1010001

Color Harmonies of #F2ABF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ABF2

Black with #F2ABF2

Text Example


Text Example

White with #F2ABF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ABF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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