Html Css Color HEX #F0ABEC Lavender Rose

📋 copy color: '#F0ABEC'

red 240 ◦ green 171 ◦ blue 236

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

Shades of Lavender Rose #F0ABEC

Tints of Lavender Rose #F0ABEC

RGB

 RED value IS 240 (94.14% from 255) = 37.09%

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

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

R = 37.09%
G = 26.43%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F0ABEC (or 0xF0ABEC) is known color: Lavender Rose. HEX triplet: F0, AB and EC. RGB value is (240,171,236). Sum of RGB (Red+Green+Blue) = 240+171+236=647 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.09% from 647); Green value is 171 (67.19% from 255 or 26.43% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ABEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ABEC is #0F5413. Grayscale: #C6C6C6. Windows color (decimal): -1004564 or 15510512. OLE color: 15510512.

HSL color Cylindrical-coordinate representation of color #F0ABEC: hue angle of 303.48º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0ABEC is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 171 236 -
CMYK 0 0.29 0.02 0.06
HSL 303.48º 0.7% 0.81% -
HSV(B) 303.48º 0.29% 0.94% -
XYZ 65.64 53.71 86.26 -
YUV 199.04 148.86 157.21 -
System Red Green Blue C M Y K H S L
Decimal 240 171 236 0 0.29 0.02 0.06 303.48 0.7 0.81
Hex F0 AB EC 0 1D 2 6 12F 46 51
Octal 360 253 354 0 35 2 6 457 106 121
Binary 11110000 10101011 11101100 0 11101 10 110 100101111 1000110 1010001

Color Harmonies of #F0ABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ABEC

Black with #F0ABEC

Text Example


Text Example

White with #F0ABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ABEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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