Html Css Color HEX #F0ABEB Lavender Rose

📋 copy color: '#F0ABEB'

red 240 ◦ green 171 ◦ blue 235

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

Shades of Lavender Rose #F0ABEB

Tints of Lavender Rose #F0ABEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.38%

R = 37.15%
G = 26.47%
B = 36.38%

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

#F0ABEB (or 0xF0ABEB) is known color: Lavender Rose. HEX triplet: F0, AB and EB. RGB value is (240,171,235). Sum of RGB (Red+Green+Blue) = 240+171+235=646 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.15% from 646); Green value is 171 (67.19% from 255 or 26.47% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ABEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ABEB is #0F5414. Grayscale: #C6C6C6. Windows color (decimal): -1004565 or 15444976. OLE color: 15444976.

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

Color convert

RGB 240 171 235 -
CMYK 0 0.29 0.02 0.06
HSL 304.35º 0.7% 0.81% -
HSV(B) 304.35º 0.29% 0.94% -
XYZ 65.49 53.65 85.5 -
YUV 198.93 148.36 157.3 -
System Red Green Blue C M Y K H S L
Decimal 240 171 235 0 0.29 0.02 0.06 304.35 0.7 0.81
Hex F0 AB EB 0 1D 2 6 130 46 51
Octal 360 253 353 0 35 2 6 460 106 121
Binary 11110000 10101011 11101011 0 11101 10 110 100110000 1000110 1010001

Color Harmonies of #F0ABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ABEB

Black with #F0ABEB

Text Example


Text Example

White with #F0ABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ABEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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