Html Css Color HEX #F0A5EA Lavender Rose

📋 copy color: '#F0A5EA'

red 240 ◦ green 165 ◦ blue 234

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

Shades of Lavender Rose #F0A5EA

Tints of Lavender Rose #F0A5EA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 25.82%

 BLUE value IS 234 (91.8% from 255) = 36.62%

R = 37.56%
G = 25.82%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F0A5EA (or 0xF0A5EA) is known color: Lavender Rose. HEX triplet: F0, A5 and EA. RGB value is (240,165,234). Sum of RGB (Red+Green+Blue) = 240+165+234=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 165 (64.84% from 255 or 25.82% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A5EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A5EA is #0F5A15. Grayscale: #C3C3C3. Windows color (decimal): -1006102 or 15377904. OLE color: 15377904.

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

Color convert

RGB 240 165 234 -
CMYK 0 0.31 0.02 0.06
HSL 304.8º 0.71% 0.79% -
HSV(B) 304.8º 0.31% 0.94% -
XYZ 64.24 51.38 84.37 -
YUV 195.29 149.85 159.89 -
System Red Green Blue C M Y K H S L
Decimal 240 165 234 0 0.31 0.02 0.06 304.8 0.71 0.79
Hex F0 A5 EA 0 1F 2 6 131 47 4F
Octal 360 245 352 0 37 2 6 461 107 117
Binary 11110000 10100101 11101010 0 11111 10 110 100110001 1000111 1001111

Color Harmonies of #F0A5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A5EA

Black with #F0A5EA

Text Example


Text Example

White with #F0A5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A5EA; }

 p { color: rgb(240,165,234); }

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

background-color css

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

 a { background-color: rgb(240,165,234); }

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

border-color css

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

 span { border-color: rgb(240,165,234); }

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