Html Css Color HEX #F0A3ED Lavender Rose

📋 copy color: '#F0A3ED'

red 240 ◦ green 163 ◦ blue 237

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

Shades of Lavender Rose #F0A3ED

Tints of Lavender Rose #F0A3ED

RGB

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

 GREEN value IS 163 (64.06% from 255) = 25.47%

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

R = 37.5%
G = 25.47%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F0A3ED (or 0xF0A3ED) is known color: Lavender Rose. HEX triplet: F0, A3 and ED. RGB value is (240,163,237). Sum of RGB (Red+Green+Blue) = 240+163+237=640 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.5% from 640); Green value is 163 (64.06% from 255 or 25.47% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A3ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A3ED is #0F5C12. Grayscale: #C2C2C2. Windows color (decimal): -1006611 or 15574000. OLE color: 15574000.

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

Color convert

RGB 240 163 237 -
CMYK 0 0.32 0.01 0.06
HSL 302.34º 0.72% 0.79% -
HSV(B) 302.34º 0.32% 0.94% -
XYZ 64.32 50.83 86.54 -
YUV 194.46 152.01 160.48 -
System Red Green Blue C M Y K H S L
Decimal 240 163 237 0 0.32 0.01 0.06 302.34 0.72 0.79
Hex F0 A3 ED 0 20 1 6 12E 48 4F
Octal 360 243 355 0 40 1 6 456 110 117
Binary 11110000 10100011 11101101 0 100000 1 110 100101110 1001000 1001111

Color Harmonies of #F0A3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A3ED

Black with #F0A3ED

Text Example


Text Example

White with #F0A3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A3ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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