Html Css Color HEX #F0ABEE Lavender Rose

📋 copy color: '#F0ABEE'

red 240 ◦ green 171 ◦ blue 238

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

Shades of Lavender Rose #F0ABEE

Tints of Lavender Rose #F0ABEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.67%

R = 36.98%
G = 26.35%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F0ABEE (or 0xF0ABEE) is known color: Lavender Rose. HEX triplet: F0, AB and EE. RGB value is (240,171,238). Sum of RGB (Red+Green+Blue) = 240+171+238=649 (85% of max value = 765). Red value is 240 (94.14% from 255 or 36.98% from 649); Green value is 171 (67.19% from 255 or 26.35% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ABEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ABEE is #0F5411. Grayscale: #C7C7C7. Windows color (decimal): -1004562 or 15641584. OLE color: 15641584.

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

Color convert

RGB 240 171 238 -
CMYK 0 0.29 0.01 0.06
HSL 301.74º 0.7% 0.81% -
HSV(B) 301.74º 0.29% 0.94% -
XYZ 65.93 53.82 87.8 -
YUV 199.27 149.86 157.05 -
System Red Green Blue C M Y K H S L
Decimal 240 171 238 0 0.29 0.01 0.06 301.74 0.7 0.81
Hex F0 AB EE 0 1D 1 6 12E 46 51
Octal 360 253 356 0 35 1 6 456 106 121
Binary 11110000 10101011 11101110 0 11101 1 110 100101110 1000110 1010001

Color Harmonies of #F0ABEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ABEE

Black with #F0ABEE

Text Example


Text Example

White with #F0ABEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ABEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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