Html Css Color HEX #F0A1ED Lavender Rose

📋 copy color: '#F0A1ED'

red 240 ◦ green 161 ◦ blue 237

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

Shades of Lavender Rose #F0A1ED

Tints of Lavender Rose #F0A1ED

RGB

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

 GREEN value IS 161 (63.28% from 255) = 25.24%

 BLUE value IS 237 (92.97% from 255) = 37.15%

R = 37.62%
G = 25.24%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F0A1ED (or 0xF0A1ED) is known color: Lavender Rose. HEX triplet: F0, A1 and ED. RGB value is (240,161,237). Sum of RGB (Red+Green+Blue) = 240+161+237=638 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.62% from 638); Green value is 161 (63.28% from 255 or 25.24% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A1ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A1ED is #0F5E12. Grayscale: #C1C1C1. Windows color (decimal): -1007123 or 15573488. OLE color: 15573488.

HSL color Cylindrical-coordinate representation of color #F0A1ED: hue angle of 302.28º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F0A1ED is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 161 237 -
CMYK 0 0.33 0.01 0.06
HSL 302.28º 0.72% 0.79% -
HSV(B) 302.28º 0.33% 0.94% -
XYZ 63.97 50.13 86.43 -
YUV 193.29 152.67 161.32 -
System Red Green Blue C M Y K H S L
Decimal 240 161 237 0 0.33 0.01 0.06 302.28 0.72 0.79
Hex F0 A1 ED 0 21 1 6 12E 48 4F
Octal 360 241 355 0 41 1 6 456 110 117
Binary 11110000 10100001 11101101 0 100001 1 110 100101110 1001000 1001111

Color Harmonies of #F0A1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A1ED

Black with #F0A1ED

Text Example


Text Example

White with #F0A1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A1ED; }

 p { color: rgb(240,161,237); }

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

background-color css

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

 a { background-color: rgb(240,161,237); }

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

border-color css

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

 span { border-color: rgb(240,161,237); }

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