Html Css Color HEX #FFA8D2 Lavender Pink

📋 copy color: '#FFA8D2'

red 255 ◦ green 168 ◦ blue 210

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

Shades of Lavender Pink #FFA8D2

Tints of Lavender Pink #FFA8D2

RGB

 RED value IS 255 (100% from 255) = 40.28%

 GREEN value IS 168 (66.02% from 255) = 26.54%

 BLUE value IS 210 (82.42% from 255) = 33.18%

R = 40.28%
G = 26.54%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FFA8D2 (or 0xFFA8D2) is known color: Lavender Pink. HEX triplet: FF, A8 and D2. RGB value is (255,168,210). Sum of RGB (Red+Green+Blue) = 255+168+210=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 168 (66.02% from 255 or 26.54% from 633); Blue value is 210 (82.42% from 255 or 33.18% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA8D2 is #00572D. Grayscale: #C6C6C6. Windows color (decimal): -22318 or 13805823. OLE color: 13805823.

HSL color Cylindrical-coordinate representation of color #FFA8D2: hue angle of 331.03º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFA8D2 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB 255 168 210 -
CMYK 0 0.34 0.18 0
HSL 331.03º 1% 0.83% -
HSV(B) 331.03º 0.34% 1% -
XYZ 66.88 53.92 67.86 -
YUV 198.8 134.32 168.08 -
System Red Green Blue C M Y K H S L
Decimal 255 168 210 0 0.34 0.18 0 331.03 1 0.83
Hex FF A8 D2 0 22 12 0 14B 64 53
Octal 377 250 322 0 42 22 0 513 144 123
Binary 11111111 10101000 11010010 0 100010 10010 0 101001011 1100100 1010011

Color Harmonies of #FFA8D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA8D2

Black with #FFA8D2

Text Example


Text Example

White with #FFA8D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA8D2; }

 p { color: rgb(255,168,210); }

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

background-color css

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

 a { background-color: rgb(255,168,210); }

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

border-color css

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

 span { border-color: rgb(255,168,210); }

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