Html Css Color HEX #FFA8D5 Lavender Pink

📋 copy color: '#FFA8D5'

red 255 ◦ green 168 ◦ blue 213

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

Shades of Lavender Pink #FFA8D5

Tints of Lavender Pink #FFA8D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 33.49%

R = 40.09%
G = 26.42%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FFA8D5 (or 0xFFA8D5) is known color: Lavender Pink. HEX triplet: FF, A8 and D5. RGB value is (255,168,213). Sum of RGB (Red+Green+Blue) = 255+168+213=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 168 (66.02% from 255 or 26.42% from 636); Blue value is 213 (83.59% from 255 or 33.49% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA8D5 is #00572A. Grayscale: #C7C7C7. Windows color (decimal): -22315 or 14002431. OLE color: 14002431.

HSL color Cylindrical-coordinate representation of color #FFA8D5: hue angle of 328.97º 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 #FFA8D5 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB 255 168 213 -
CMYK 0 0.34 0.16 0
HSL 328.97º 1% 0.83% -
HSV(B) 328.97º 0.34% 1% -
XYZ 67.25 54.07 69.84 -
YUV 199.14 135.82 167.84 -
System Red Green Blue C M Y K H S L
Decimal 255 168 213 0 0.34 0.16 0 328.97 1 0.83
Hex FF A8 D5 0 22 10 0 149 64 53
Octal 377 250 325 0 42 20 0 511 144 123
Binary 11111111 10101000 11010101 0 100010 10000 0 101001001 1100100 1010011

Color Harmonies of #FFA8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA8D5

Black with #FFA8D5

Text Example


Text Example

White with #FFA8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA8D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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