Html Css Color HEX #F8A2D3 Lavender Pink

📋 copy color: '#F8A2D3'

red 248 ◦ green 162 ◦ blue 211

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

Shades of Lavender Pink #F8A2D3

Tints of Lavender Pink #F8A2D3

RGB

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

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

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

R = 39.94%
G = 26.09%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F8A2D3 (or 0xF8A2D3) is known color: Lavender Pink. HEX triplet: F8, A2 and D3. RGB value is (248,162,211). Sum of RGB (Red+Green+Blue) = 248+162+211=621 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.94% from 621); Green value is 162 (63.67% from 255 or 26.09% from 621); Blue value is 211 (82.81% from 255 or 33.98% from 621); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A2D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A2D3 is #075D2C. Grayscale: #C1C1C1. Windows color (decimal): -482605 or 13869816. OLE color: 13869816.

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

Color convert

RGB 248 162 211 -
CMYK 0 0.35 0.15 0.03
HSL 325.81º 0.86% 0.8% -
HSV(B) 325.81º 0.35% 0.97% -
XYZ 63.39 50.5 68.03 -
YUV 193.3 137.99 167.02 -
System Red Green Blue C M Y K H S L
Decimal 248 162 211 0 0.35 0.15 0.03 325.81 0.86 0.8
Hex F8 A2 D3 0 23 F 3 146 56 50
Octal 370 242 323 0 43 17 3 506 126 120
Binary 11111000 10100010 11010011 0 100011 1111 11 101000110 1010110 1010000

Color Harmonies of #F8A2D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A2D3

Black with #F8A2D3

Text Example


Text Example

White with #F8A2D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A2D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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