Html Css Color HEX #F7AEDC Lavender Pink

📋 copy color: '#F7AEDC'

red 247 ◦ green 174 ◦ blue 220

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

Shades of Lavender Pink #F7AEDC

Tints of Lavender Pink #F7AEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.32%

R = 38.53%
G = 27.15%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F7AEDC (or 0xF7AEDC) is known color: Lavender Pink. HEX triplet: F7, AE and DC. RGB value is (247,174,220). Sum of RGB (Red+Green+Blue) = 247+174+220=641 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.53% from 641); Green value is 174 (68.36% from 255 or 27.15% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AEDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AEDC is #085123. Grayscale: #C8C8C8. Windows color (decimal): -545060 or 14462711. OLE color: 14462711.

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

Color convert

RGB 247 174 220 -
CMYK 0 0.30 0.11 0.03
HSL 322.19º 0.82% 0.83% -
HSV(B) 322.19º 0.3% 0.97% -
XYZ 66.41 55.21 74.87 -
YUV 201.07 138.68 160.76 -
System Red Green Blue C M Y K H S L
Decimal 247 174 220 0 0.30 0.11 0.03 322.19 0.82 0.83
Hex F7 AE DC 0 1E B 3 142 52 53
Octal 367 256 334 0 36 13 3 502 122 123
Binary 11110111 10101110 11011100 0 11110 1011 11 101000010 1010010 1010011

Color Harmonies of #F7AEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7AEDC

Black with #F7AEDC

Text Example


Text Example

White with #F7AEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7AEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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