Html Css Color HEX #F0AEDD Lavender Rose

📋 copy color: '#F0AEDD'

red 240 ◦ green 174 ◦ blue 221

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

Shades of Lavender Rose #F0AEDD

Tints of Lavender Rose #F0AEDD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.4%

 BLUE value IS 221 (86.72% from 255) = 34.8%

R = 37.8%
G = 27.4%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0AEDD (or 0xF0AEDD) is known color: Lavender Rose. HEX triplet: F0, AE and DD. RGB value is (240,174,221). Sum of RGB (Red+Green+Blue) = 240+174+221=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 174 (68.36% from 255 or 27.40% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AEDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AEDD is #0F5122. Grayscale: #C6C6C6. Windows color (decimal): -1003811 or 14528240. OLE color: 14528240.

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

Color convert

RGB 240 174 221 -
CMYK 0 0.28 0.08 0.06
HSL 317.27º 0.69% 0.81% -
HSV(B) 317.27º 0.28% 0.94% -
XYZ 64.12 54.02 75.45 -
YUV 199.09 140.37 157.18 -
System Red Green Blue C M Y K H S L
Decimal 240 174 221 0 0.28 0.08 0.06 317.27 0.69 0.81
Hex F0 AE DD 0 1C 8 6 13D 45 51
Octal 360 256 335 0 34 10 6 475 105 121
Binary 11110000 10101110 11011101 0 11100 1000 110 100111101 1000101 1010001

Color Harmonies of #F0AEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AEDD

Black with #F0AEDD

Text Example


Text Example

White with #F0AEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AEDD; }

 p { color: rgb(240,174,221); }

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

background-color css

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

 a { background-color: rgb(240,174,221); }

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

border-color css

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

 span { border-color: rgb(240,174,221); }

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