Html Css Color HEX #F7AEDF Lavender Rose

📋 copy color: '#F7AEDF'

red 247 ◦ green 174 ◦ blue 223

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

Shades of Lavender Rose #F7AEDF

Tints of Lavender Rose #F7AEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.63%

R = 38.35%
G = 27.02%
B = 34.63%

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

#F7AEDF (or 0xF7AEDF) is known color: Lavender Rose. HEX triplet: F7, AE and DF. RGB value is (247,174,223). Sum of RGB (Red+Green+Blue) = 247+174+223=644 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.35% from 644); Green value is 174 (68.36% from 255 or 27.02% from 644); Blue value is 223 (87.5% from 255 or 34.63% from 644); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AEDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AEDF is #085120. Grayscale: #C9C9C9. Windows color (decimal): -545057 or 14659319. OLE color: 14659319.

HSL color Cylindrical-coordinate representation of color #F7AEDF: hue angle of 319.73º 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 #F7AEDF is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 174 223 -
CMYK 0 0.30 0.10 0.03
HSL 319.73º 0.82% 0.83% -
HSV(B) 319.73º 0.3% 0.97% -
XYZ 66.81 55.37 76.98 -
YUV 201.41 140.18 160.52 -
System Red Green Blue C M Y K H S L
Decimal 247 174 223 0 0.30 0.10 0.03 319.73 0.82 0.83
Hex F7 AE DF 0 1E A 3 140 52 53
Octal 367 256 337 0 36 12 3 500 122 123
Binary 11110111 10101110 11011111 0 11110 1010 11 101000000 1010010 1010011

Color Harmonies of #F7AEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7AEDF

Black with #F7AEDF

Text Example


Text Example

White with #F7AEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7AEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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