Html Css Color HEX #F5ABF0 Lavender Rose

📋 copy color: '#F5ABF0'

red 245 ◦ green 171 ◦ blue 240

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

Shades of Lavender Rose #F5ABF0

Tints of Lavender Rose #F5ABF0

RGB

 RED value IS 245 (96.09% from 255) = 37.35%

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

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

R = 37.35%
G = 26.07%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F5ABF0 (or 0xF5ABF0) is known color: Lavender Rose. HEX triplet: F5, AB and F0. RGB value is (245,171,240). Sum of RGB (Red+Green+Blue) = 245+171+240=656 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.35% from 656); Green value is 171 (67.19% from 255 or 26.07% from 656); Blue value is 240 (94.14% from 255 or 36.59% from 656); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ABF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5ABF0 is #0A540F. Grayscale: #C8C8C8. Windows color (decimal): -676880 or 15772661. OLE color: 15772661.

HSL color Cylindrical-coordinate representation of color #F5ABF0: hue angle of 304.05º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5ABF0 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 171 240 -
CMYK 0 0.30 0.02 0.04
HSL 304.05º 0.79% 0.82% -
HSV(B) 304.05º 0.3% 0.96% -
XYZ 67.95 54.83 89.44 -
YUV 200.99 150.02 159.39 -
System Red Green Blue C M Y K H S L
Decimal 245 171 240 0 0.30 0.02 0.04 304.05 0.79 0.82
Hex F5 AB F0 0 1E 2 4 130 4F 52
Octal 365 253 360 0 36 2 4 460 117 122
Binary 11110101 10101011 11110000 0 11110 10 100 100110000 1001111 1010010

Color Harmonies of #F5ABF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5ABF0

Black with #F5ABF0

Text Example


Text Example

White with #F5ABF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5ABF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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