Html Css Color HEX #F0AEDE Lavender Rose

📋 copy color: '#F0AEDE'

red 240 ◦ green 174 ◦ blue 222

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

Shades of Lavender Rose #F0AEDE

Tints of Lavender Rose #F0AEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.91%

R = 37.74%
G = 27.36%
B = 34.91%

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

#F0AEDE (or 0xF0AEDE) is known color: Lavender Rose. HEX triplet: F0, AE and DE. RGB value is (240,174,222). Sum of RGB (Red+Green+Blue) = 240+174+222=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 174 (68.36% from 255 or 27.36% from 636); Blue value is 222 (87.11% from 255 or 34.91% from 636); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AEDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AEDE is #0F5121. Grayscale: #C7C7C7. Windows color (decimal): -1003810 or 14593776. OLE color: 14593776.

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

Color convert

RGB 240 174 222 -
CMYK 0 0.28 0.08 0.06
HSL 316.36º 0.69% 0.81% -
HSV(B) 316.36º 0.28% 0.94% -
XYZ 64.26 54.07 76.16 -
YUV 199.21 140.87 157.1 -
System Red Green Blue C M Y K H S L
Decimal 240 174 222 0 0.28 0.08 0.06 316.36 0.69 0.81
Hex F0 AE DE 0 1C 8 6 13C 45 51
Octal 360 256 336 0 34 10 6 474 105 121
Binary 11110000 10101110 11011110 0 11100 1000 110 100111100 1000101 1010001

Color Harmonies of #F0AEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AEDE

Black with #F0AEDE

Text Example


Text Example

White with #F0AEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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