Html Css Color HEX #F0ADED Lavender Rose

📋 copy color: '#F0ADED'

red 240 ◦ green 173 ◦ blue 237

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

Shades of Lavender Rose #F0ADED

Tints of Lavender Rose #F0ADED

RGB

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

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

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

R = 36.92%
G = 26.62%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F0ADED (or 0xF0ADED) is known color: Lavender Rose. HEX triplet: F0, AD and ED. RGB value is (240,173,237). Sum of RGB (Red+Green+Blue) = 240+173+237=650 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.92% from 650); Green value is 173 (67.97% from 255 or 26.62% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ADED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ADED is #0F5212. Grayscale: #C8C8C8. Windows color (decimal): -1004051 or 15576560. OLE color: 15576560.

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

Color convert

RGB 240 173 237 -
CMYK 0 0.28 0.01 0.06
HSL 302.69º 0.69% 0.81% -
HSV(B) 302.69º 0.28% 0.94% -
XYZ 66.16 54.53 87.16 -
YUV 200.33 148.7 156.3 -
System Red Green Blue C M Y K H S L
Decimal 240 173 237 0 0.28 0.01 0.06 302.69 0.69 0.81
Hex F0 AD ED 0 1C 1 6 12F 45 51
Octal 360 255 355 0 34 1 6 457 105 121
Binary 11110000 10101101 11101101 0 11100 1 110 100101111 1000101 1010001

Color Harmonies of #F0ADED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ADED

Black with #F0ADED

Text Example


Text Example

White with #F0ADED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ADED; }

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

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

background-color css

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

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

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

border-color css

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

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

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