Html Css Color HEX #F8A2CF Lavender Pink

📋 copy color: '#F8A2CF'

red 248 ◦ green 162 ◦ blue 207

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

Shades of Lavender Pink #F8A2CF

Tints of Lavender Pink #F8A2CF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.26%

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

R = 40.19%
G = 26.26%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F8A2CF (or 0xF8A2CF) is known color: Lavender Pink. HEX triplet: F8, A2 and CF. RGB value is (248,162,207). Sum of RGB (Red+Green+Blue) = 248+162+207=617 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.19% from 617); Green value is 162 (63.67% from 255 or 26.26% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A2CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A2CF is #075D30. Grayscale: #C0C0C0. Windows color (decimal): -482609 or 13607672. OLE color: 13607672.

HSL color Cylindrical-coordinate representation of color #F8A2CF: hue angle of 328.6º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8A2CF is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 162 207 -
CMYK 0 0.35 0.17 0.03
HSL 328.6º 0.86% 0.8% -
HSV(B) 328.6º 0.35% 0.97% -
XYZ 62.89 50.3 65.43 -
YUV 192.84 135.99 167.34 -
System Red Green Blue C M Y K H S L
Decimal 248 162 207 0 0.35 0.17 0.03 328.6 0.86 0.8
Hex F8 A2 CF 0 23 11 3 149 56 50
Octal 370 242 317 0 43 21 3 511 126 120
Binary 11111000 10100010 11001111 0 100011 10001 11 101001001 1010110 1010000

Color Harmonies of #F8A2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A2CF

Black with #F8A2CF

Text Example


Text Example

White with #F8A2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A2CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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