Html Css Color HEX #F5AEDE Lavender Rose

📋 copy color: '#F5AEDE'

red 245 ◦ green 174 ◦ blue 222

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

Shades of Lavender Rose #F5AEDE

Tints of Lavender Rose #F5AEDE

RGB

 RED value IS 245 (96.09% from 255) = 38.22%

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

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

R = 38.22%
G = 27.15%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F5AEDE (or 0xF5AEDE) is known color: Lavender Rose. HEX triplet: F5, AE and DE. RGB value is (245,174,222). Sum of RGB (Red+Green+Blue) = 245+174+222=641 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.22% from 641); Green value is 174 (68.36% from 255 or 27.15% from 641); Blue value is 222 (87.11% from 255 or 34.63% from 641); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AEDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AEDE is #0A5121. Grayscale: #C8C8C8. Windows color (decimal): -676130 or 14593781. OLE color: 14593781.

HSL color Cylindrical-coordinate representation of color #F5AEDE: hue angle of 319.44º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5AEDE is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 174 222 -
CMYK 0 0.29 0.09 0.04
HSL 319.44º 0.78% 0.82% -
HSV(B) 319.44º 0.29% 0.96% -
XYZ 65.98 54.96 76.24 -
YUV 200.7 140.02 159.6 -
System Red Green Blue C M Y K H S L
Decimal 245 174 222 0 0.29 0.09 0.04 319.44 0.78 0.82
Hex F5 AE DE 0 1D 9 4 13F 4E 52
Octal 365 256 336 0 35 11 4 477 116 122
Binary 11110101 10101110 11011110 0 11101 1001 100 100111111 1001110 1010010

Color Harmonies of #F5AEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AEDE

Black with #F5AEDE

Text Example


Text Example

White with #F5AEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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