Html Css Color HEX #F8A9E0 Lavender Rose

📋 copy color: '#F8A9E0'

red 248 ◦ green 169 ◦ blue 224

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

Shades of Lavender Rose #F8A9E0

Tints of Lavender Rose #F8A9E0

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.37%

 BLUE value IS 224 (87.89% from 255) = 34.95%

R = 38.69%
G = 26.37%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F8A9E0 (or 0xF8A9E0) is known color: Lavender Rose. HEX triplet: F8, A9 and E0. RGB value is (248,169,224). Sum of RGB (Red+Green+Blue) = 248+169+224=641 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.69% from 641); Green value is 169 (66.41% from 255 or 26.37% from 641); Blue value is 224 (87.89% from 255 or 34.95% from 641); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A9E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A9E0 is #07561F. Grayscale: #C6C6C6. Windows color (decimal): -480800 or 14723576. OLE color: 14723576.

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

Color convert

RGB 248 169 224 -
CMYK 0 0.32 0.10 0.03
HSL 318.23º 0.85% 0.82% -
HSV(B) 318.23º 0.32% 0.97% -
XYZ 66.35 53.71 77.39 -
YUV 198.89 142.17 163.03 -
System Red Green Blue C M Y K H S L
Decimal 248 169 224 0 0.32 0.10 0.03 318.23 0.85 0.82
Hex F8 A9 E0 0 20 A 3 13E 55 52
Octal 370 251 340 0 40 12 3 476 125 122
Binary 11111000 10101001 11100000 0 100000 1010 11 100111110 1010101 1010010

Color Harmonies of #F8A9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A9E0

Black with #F8A9E0

Text Example


Text Example

White with #F8A9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A9E0; }

 p { color: rgb(248,169,224); }

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

background-color css

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

 a { background-color: rgb(248,169,224); }

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

border-color css

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

 span { border-color: rgb(248,169,224); }

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