Html Css Color HEX #F0ABE5 Lavender Rose

📋 copy color: '#F0ABE5'

red 240 ◦ green 171 ◦ blue 229

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

Shades of Lavender Rose #F0ABE5

Tints of Lavender Rose #F0ABE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.78%

R = 37.5%
G = 26.72%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F0ABE5 (or 0xF0ABE5) is known color: Lavender Rose. HEX triplet: F0, AB and E5. RGB value is (240,171,229). Sum of RGB (Red+Green+Blue) = 240+171+229=640 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.5% from 640); Green value is 171 (67.19% from 255 or 26.72% from 640); Blue value is 229 (89.84% from 255 or 35.78% from 640); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ABE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ABE5 is #0F541A. Grayscale: #C6C6C6. Windows color (decimal): -1004571 or 15051760. OLE color: 15051760.

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

Color convert

RGB 240 171 229 -
CMYK 0 0.29 0.05 0.06
HSL 309.57º 0.7% 0.81% -
HSV(B) 309.57º 0.29% 0.94% -
XYZ 64.64 53.31 81.01 -
YUV 198.24 145.36 157.78 -
System Red Green Blue C M Y K H S L
Decimal 240 171 229 0 0.29 0.05 0.06 309.57 0.7 0.81
Hex F0 AB E5 0 1D 5 6 136 46 51
Octal 360 253 345 0 35 5 6 466 106 121
Binary 11110000 10101011 11100101 0 11101 101 110 100110110 1000110 1010001

Color Harmonies of #F0ABE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ABE5

Black with #F0ABE5

Text Example


Text Example

White with #F0ABE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ABE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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