Html Css Color HEX #F8A9CF Lavender Pink

📋 copy color: '#F8A9CF'

red 248 ◦ green 169 ◦ blue 207

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

Shades of Lavender Pink #F8A9CF

Tints of Lavender Pink #F8A9CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 33.17%

R = 39.74%
G = 27.08%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F8A9CF (or 0xF8A9CF) is known color: Lavender Pink. HEX triplet: F8, A9 and CF. RGB value is (248,169,207). Sum of RGB (Red+Green+Blue) = 248+169+207=624 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.74% from 624); Green value is 169 (66.41% from 255 or 27.08% from 624); Blue value is 207 (81.25% from 255 or 33.17% from 624); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A9CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A9CF is #075630. Grayscale: #C4C4C4. Windows color (decimal): -480817 or 13609464. OLE color: 13609464.

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

Color convert

RGB 248 169 207 -
CMYK 0 0.32 0.17 0.03
HSL 331.14º 0.85% 0.82% -
HSV(B) 331.14º 0.32% 0.97% -
XYZ 64.16 52.84 65.85 -
YUV 196.95 133.67 164.41 -
System Red Green Blue C M Y K H S L
Decimal 248 169 207 0 0.32 0.17 0.03 331.14 0.85 0.82
Hex F8 A9 CF 0 20 11 3 14B 55 52
Octal 370 251 317 0 40 21 3 513 125 122
Binary 11111000 10101001 11001111 0 100000 10001 11 101001011 1010101 1010010

Color Harmonies of #F8A9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A9CF

Black with #F8A9CF

Text Example


Text Example

White with #F8A9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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