Html Css Color HEX #F8AED0 Lavender Pink

📋 copy color: '#F8AED0'

red 248 ◦ green 174 ◦ blue 208

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

Shades of Lavender Pink #F8AED0

Tints of Lavender Pink #F8AED0

RGB

 RED value IS 248 (97.27% from 255) = 39.37%

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

 BLUE value IS 208 (81.64% from 255) = 33.02%

R = 39.37%
G = 27.62%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F8AED0 (or 0xF8AED0) is known color: Lavender Pink. HEX triplet: F8, AE and D0. RGB value is (248,174,208). Sum of RGB (Red+Green+Blue) = 248+174+208=630 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.37% from 630); Green value is 174 (68.36% from 255 or 27.62% from 630); Blue value is 208 (81.64% from 255 or 33.02% from 630); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AED0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AED0 is #07512F. Grayscale: #C7C7C7. Windows color (decimal): -479536 or 13676280. OLE color: 13676280.

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

Color convert

RGB 248 174 208 -
CMYK 0 0.30 0.16 0.03
HSL 332.43º 0.84% 0.83% -
HSV(B) 332.43º 0.3% 0.97% -
XYZ 65.23 54.78 66.81 -
YUV 200 132.52 162.24 -
System Red Green Blue C M Y K H S L
Decimal 248 174 208 0 0.30 0.16 0.03 332.43 0.84 0.83
Hex F8 AE D0 0 1E 10 3 14C 54 53
Octal 370 256 320 0 36 20 3 514 124 123
Binary 11111000 10101110 11010000 0 11110 10000 11 101001100 1010100 1010011

Color Harmonies of #F8AED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AED0

Black with #F8AED0

Text Example


Text Example

White with #F8AED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AED0; }

 p { color: rgb(248,174,208); }

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

background-color css

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

 a { background-color: rgb(248,174,208); }

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

border-color css

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

 span { border-color: rgb(248,174,208); }

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