Html Css Color HEX #F8A9D3 Lavender Pink

📋 copy color: '#F8A9D3'

red 248 ◦ green 169 ◦ blue 211

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

Shades of Lavender Pink #F8A9D3

Tints of Lavender Pink #F8A9D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.6%

R = 39.49%
G = 26.91%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F8A9D3 (or 0xF8A9D3) is known color: Lavender Pink. HEX triplet: F8, A9 and D3. RGB value is (248,169,211). Sum of RGB (Red+Green+Blue) = 248+169+211=628 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.49% from 628); Green value is 169 (66.41% from 255 or 26.91% from 628); Blue value is 211 (82.81% from 255 or 33.60% from 628); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A9D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A9D3 is #07562C. Grayscale: #C5C5C5. Windows color (decimal): -480813 or 13871608. OLE color: 13871608.

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

Color convert

RGB 248 169 211 -
CMYK 0 0.32 0.15 0.03
HSL 328.1º 0.85% 0.82% -
HSV(B) 328.1º 0.32% 0.97% -
XYZ 64.66 53.04 68.46 -
YUV 197.41 135.67 164.08 -
System Red Green Blue C M Y K H S L
Decimal 248 169 211 0 0.32 0.15 0.03 328.1 0.85 0.82
Hex F8 A9 D3 0 20 F 3 148 55 52
Octal 370 251 323 0 40 17 3 510 125 122
Binary 11111000 10101001 11010011 0 100000 1111 11 101001000 1010101 1010010

Color Harmonies of #F8A9D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A9D3

Black with #F8A9D3

Text Example


Text Example

White with #F8A9D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A9D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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