Html Css Color HEX #F8A9DF Lavender Rose

📋 copy color: '#F8A9DF'

red 248 ◦ green 169 ◦ blue 223

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

Shades of Lavender Rose #F8A9DF

Tints of Lavender Rose #F8A9DF

RGB

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

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

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

R = 38.75%
G = 26.41%
B = 34.84%

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

#F8A9DF (or 0xF8A9DF) is known color: Lavender Rose. HEX triplet: F8, A9 and DF. RGB value is (248,169,223). Sum of RGB (Red+Green+Blue) = 248+169+223=640 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.75% from 640); Green value is 169 (66.41% from 255 or 26.41% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A9DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A9DF is #075620. Grayscale: #C6C6C6. Windows color (decimal): -480801 or 14658040. OLE color: 14658040.

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

Color convert

RGB 248 169 223 -
CMYK 0 0.32 0.10 0.03
HSL 318.99º 0.85% 0.82% -
HSV(B) 318.99º 0.32% 0.97% -
XYZ 66.22 53.66 76.68 -
YUV 198.78 141.67 163.11 -
System Red Green Blue C M Y K H S L
Decimal 248 169 223 0 0.32 0.10 0.03 318.99 0.85 0.82
Hex F8 A9 DF 0 20 A 3 13F 55 52
Octal 370 251 337 0 40 12 3 477 125 122
Binary 11111000 10101001 11011111 0 100000 1010 11 100111111 1010101 1010010

Color Harmonies of #F8A9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A9DF

Black with #F8A9DF

Text Example


Text Example

White with #F8A9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A9DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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