Html Css Color HEX #F5ABEF Lavender Rose

📋 copy color: '#F5ABEF'

red 245 ◦ green 171 ◦ blue 239

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

Shades of Lavender Rose #F5ABEF

Tints of Lavender Rose #F5ABEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.49%

R = 37.4%
G = 26.11%
B = 36.49%

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

#F5ABEF (or 0xF5ABEF) is known color: Lavender Rose. HEX triplet: F5, AB and EF. RGB value is (245,171,239). Sum of RGB (Red+Green+Blue) = 245+171+239=655 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.40% from 655); Green value is 171 (67.19% from 255 or 26.11% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ABEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5ABEF is #0A5410. Grayscale: #C8C8C8. Windows color (decimal): -676881 or 15707125. OLE color: 15707125.

HSL color Cylindrical-coordinate representation of color #F5ABEF: hue angle of 304.86º 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 #F5ABEF is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 171 239 -
CMYK 0 0.30 0.02 0.04
HSL 304.86º 0.79% 0.82% -
HSV(B) 304.86º 0.3% 0.96% -
XYZ 67.8 54.77 88.66 -
YUV 200.88 149.52 159.47 -
System Red Green Blue C M Y K H S L
Decimal 245 171 239 0 0.30 0.02 0.04 304.86 0.79 0.82
Hex F5 AB EF 0 1E 2 4 131 4F 52
Octal 365 253 357 0 36 2 4 461 117 122
Binary 11110101 10101011 11101111 0 11110 10 100 100110001 1001111 1010010

Color Harmonies of #F5ABEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5ABEF

Black with #F5ABEF

Text Example


Text Example

White with #F5ABEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5ABEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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