Html Css Color HEX #F5ABEC Lavender Rose

📋 copy color: '#F5ABEC'

red 245 ◦ green 171 ◦ blue 236

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

Shades of Lavender Rose #F5ABEC

Tints of Lavender Rose #F5ABEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.2%

R = 37.58%
G = 26.23%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F5ABEC (or 0xF5ABEC) is known color: Lavender Rose. HEX triplet: F5, AB and EC. RGB value is (245,171,236). Sum of RGB (Red+Green+Blue) = 245+171+236=652 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.58% from 652); Green value is 171 (67.19% from 255 or 26.23% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ABEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5ABEC is #0A5413. Grayscale: #C8C8C8. Windows color (decimal): -676884 or 15510517. OLE color: 15510517.

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

Color convert

RGB 245 171 236 -
CMYK 0 0.30 0.04 0.04
HSL 307.3º 0.79% 0.82% -
HSV(B) 307.3º 0.3% 0.96% -
XYZ 67.36 54.59 86.34 -
YUV 200.54 148.02 159.71 -
System Red Green Blue C M Y K H S L
Decimal 245 171 236 0 0.30 0.04 0.04 307.3 0.79 0.82
Hex F5 AB EC 0 1E 4 4 133 4F 52
Octal 365 253 354 0 36 4 4 463 117 122
Binary 11110101 10101011 11101100 0 11110 100 100 100110011 1001111 1010010

Color Harmonies of #F5ABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5ABEC

Black with #F5ABEC

Text Example


Text Example

White with #F5ABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5ABEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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