Html Css Color HEX #F8A2D4 Lavender Pink

📋 copy color: '#F8A2D4'

red 248 ◦ green 162 ◦ blue 212

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

Shades of Lavender Pink #F8A2D4

Tints of Lavender Pink #F8A2D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.08%

R = 39.87%
G = 26.05%
B = 34.08%

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

#F8A2D4 (or 0xF8A2D4) is known color: Lavender Pink. HEX triplet: F8, A2 and D4. RGB value is (248,162,212). Sum of RGB (Red+Green+Blue) = 248+162+212=622 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.87% from 622); Green value is 162 (63.67% from 255 or 26.05% from 622); Blue value is 212 (83.20% from 255 or 34.08% from 622); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A2D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A2D4 is #075D2B. Grayscale: #C1C1C1. Windows color (decimal): -482604 or 13935352. OLE color: 13935352.

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

Color convert

RGB 248 162 212 -
CMYK 0 0.35 0.15 0.03
HSL 325.12º 0.86% 0.8% -
HSV(B) 325.12º 0.35% 0.97% -
XYZ 63.52 50.55 68.7 -
YUV 193.41 138.49 166.93 -
System Red Green Blue C M Y K H S L
Decimal 248 162 212 0 0.35 0.15 0.03 325.12 0.86 0.8
Hex F8 A2 D4 0 23 F 3 145 56 50
Octal 370 242 324 0 43 17 3 505 126 120
Binary 11111000 10100010 11010100 0 100011 1111 11 101000101 1010110 1010000

Color Harmonies of #F8A2D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A2D4

Black with #F8A2D4

Text Example


Text Example

White with #F8A2D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A2D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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