Html Css Color HEX #F0ADEA Lavender Rose

📋 copy color: '#F0ADEA'

red 240 ◦ green 173 ◦ blue 234

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

Shades of Lavender Rose #F0ADEA

Tints of Lavender Rose #F0ADEA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 26.74%

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

R = 37.09%
G = 26.74%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F0ADEA (or 0xF0ADEA) is known color: Lavender Rose. HEX triplet: F0, AD and EA. RGB value is (240,173,234). Sum of RGB (Red+Green+Blue) = 240+173+234=647 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.09% from 647); Green value is 173 (67.97% from 255 or 26.74% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ADEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ADEA is #0F5215. Grayscale: #C7C7C7. Windows color (decimal): -1004054 or 15379952. OLE color: 15379952.

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

Color convert

RGB 240 173 234 -
CMYK 0 0.28 0.02 0.06
HSL 305.37º 0.69% 0.81% -
HSV(B) 305.37º 0.28% 0.94% -
XYZ 65.73 54.35 84.87 -
YUV 199.99 147.2 156.54 -
System Red Green Blue C M Y K H S L
Decimal 240 173 234 0 0.28 0.02 0.06 305.37 0.69 0.81
Hex F0 AD EA 0 1C 2 6 131 45 51
Octal 360 255 352 0 34 2 6 461 105 121
Binary 11110000 10101101 11101010 0 11100 10 110 100110001 1000101 1010001

Color Harmonies of #F0ADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ADEA

Black with #F0ADEA

Text Example


Text Example

White with #F0ADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ADEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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