Html Css Color HEX #F0AEDA Lavender Rose

📋 copy color: '#F0AEDA'

red 240 ◦ green 174 ◦ blue 218

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

Shades of Lavender Rose #F0AEDA

Tints of Lavender Rose #F0AEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.49%

R = 37.97%
G = 27.53%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F0AEDA (or 0xF0AEDA) is known color: Lavender Rose. HEX triplet: F0, AE and DA. RGB value is (240,174,218). Sum of RGB (Red+Green+Blue) = 240+174+218=632 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.97% from 632); Green value is 174 (68.36% from 255 or 27.53% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AEDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AEDA is #0F5125. Grayscale: #C6C6C6. Windows color (decimal): -1003814 or 14331632. OLE color: 14331632.

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

Color convert

RGB 240 174 218 -
CMYK 0 0.28 0.09 0.06
HSL 320º 0.69% 0.81% -
HSV(B) 320º 0.28% 0.94% -
XYZ 63.73 53.86 73.37 -
YUV 198.75 138.87 157.42 -
System Red Green Blue C M Y K H S L
Decimal 240 174 218 0 0.28 0.09 0.06 320 0.69 0.81
Hex F0 AE DA 0 1C 9 6 140 45 51
Octal 360 256 332 0 34 11 6 500 105 121
Binary 11110000 10101110 11011010 0 11100 1001 110 101000000 1000101 1010001

Color Harmonies of #F0AEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AEDA

Black with #F0AEDA

Text Example


Text Example

White with #F0AEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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