Html Css Color HEX #F9ABFB Lavender Rose

📋 copy color: '#F9ABFB'

red 249 ◦ green 171 ◦ blue 251

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

Shades of Lavender Rose #F9ABFB

Tints of Lavender Rose #F9ABFB

RGB

 RED value IS 249 (97.66% from 255) = 37.11%

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

 BLUE value IS 251 (98.44% from 255) = 37.41%

R = 37.11%
G = 25.48%
B = 37.41%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F9ABFB (or 0xF9ABFB) is known color: Lavender Rose. HEX triplet: F9, AB and FB. RGB value is (249,171,251). Sum of RGB (Red+Green+Blue) = 249+171+251=671 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.11% from 671); Green value is 171 (67.19% from 255 or 25.48% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #F9ABFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9ABFB is #065404. Grayscale: #CBCBCB. Windows color (decimal): -414725 or 16493561. OLE color: 16493561.

HSL color Cylindrical-coordinate representation of color #F9ABFB: hue angle of 298.5º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F9ABFB is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 171 251 -
CMYK 0.01 0.32 0 0.02
HSL 298.5º 0.91% 0.83% -
HSV(B) 298.5º 0.32% 0.98% -
XYZ 71.04 56.23 98.38 -
YUV 203.44 154.84 160.5 -
System Red Green Blue C M Y K H S L
Decimal 249 171 251 0.01 0.32 0 0.02 298.5 0.91 0.83
Hex F9 AB FB 1 20 0 2 12A 5B 53
Octal 371 253 373 1 40 0 2 452 133 123
Binary 11111001 10101011 11111011 1 100000 0 10 100101010 1011011 1010011

Color Harmonies of #F9ABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9ABFB

Black with #F9ABFB

Text Example


Text Example

White with #F9ABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9ABFB; }

 p { color: rgb(249,171,251); }

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

background-color css

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

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

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

border-color css

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

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

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