Html Css Color HEX #F7AEDE Lavender Rose

📋 copy color: '#F7AEDE'

red 247 ◦ green 174 ◦ blue 222

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

Shades of Lavender Rose #F7AEDE

Tints of Lavender Rose #F7AEDE

RGB

 RED value IS 247 (96.88% from 255) = 38.41%

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

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

R = 38.41%
G = 27.06%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F7AEDE (or 0xF7AEDE) is known color: Lavender Rose. HEX triplet: F7, AE and DE. RGB value is (247,174,222). Sum of RGB (Red+Green+Blue) = 247+174+222=643 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.41% from 643); Green value is 174 (68.36% from 255 or 27.06% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AEDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AEDE is #085121. Grayscale: #C9C9C9. Windows color (decimal): -545058 or 14593783. OLE color: 14593783.

HSL color Cylindrical-coordinate representation of color #F7AEDE: hue angle of 320.55º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7AEDE is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 174 222 -
CMYK 0 0.30 0.10 0.03
HSL 320.55º 0.82% 0.83% -
HSV(B) 320.55º 0.3% 0.97% -
XYZ 66.68 55.32 76.27 -
YUV 201.3 139.68 160.6 -
System Red Green Blue C M Y K H S L
Decimal 247 174 222 0 0.30 0.10 0.03 320.55 0.82 0.83
Hex F7 AE DE 0 1E A 3 141 52 53
Octal 367 256 336 0 36 12 3 501 122 123
Binary 11110111 10101110 11011110 0 11110 1010 11 101000001 1010010 1010011

Color Harmonies of #F7AEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7AEDE

Black with #F7AEDE

Text Example


Text Example

White with #F7AEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7AEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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