Html Css Color HEX #F1ABEC Lavender Rose

📋 copy color: '#F1ABEC'

red 241 ◦ green 171 ◦ blue 236

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

Shades of Lavender Rose #F1ABEC

Tints of Lavender Rose #F1ABEC

RGB

 RED value IS 241 (94.53% from 255) = 37.19%

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

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

R = 37.19%
G = 26.39%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F1ABEC (or 0xF1ABEC) is known color: Lavender Rose. HEX triplet: F1, AB and EC. RGB value is (241,171,236). Sum of RGB (Red+Green+Blue) = 241+171+236=648 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.19% from 648); Green value is 171 (67.19% from 255 or 26.39% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ABEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1ABEC is #0E5413. Grayscale: #C7C7C7. Windows color (decimal): -939028 or 15510513. OLE color: 15510513.

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

Color convert

RGB 241 171 236 -
CMYK 0 0.29 0.02 0.05
HSL 304.29º 0.71% 0.81% -
HSV(B) 304.29º 0.29% 0.95% -
XYZ 65.98 53.88 86.28 -
YUV 199.34 148.69 157.71 -
System Red Green Blue C M Y K H S L
Decimal 241 171 236 0 0.29 0.02 0.05 304.29 0.71 0.81
Hex F1 AB EC 0 1D 2 5 130 47 51
Octal 361 253 354 0 35 2 5 460 107 121
Binary 11110001 10101011 11101100 0 11101 10 101 100110000 1000111 1010001

Color Harmonies of #F1ABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ABEC

Black with #F1ABEC

Text Example


Text Example

White with #F1ABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ABEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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