Html Css Color HEX #FDA9D8 Lavender Pink

📋 copy color: '#FDA9D8'

red 253 ◦ green 169 ◦ blue 216

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

Shades of Lavender Pink #FDA9D8

Tints of Lavender Pink #FDA9D8

RGB

 RED value IS 253 (99.22% from 255) = 39.66%

 GREEN value IS 169 (66.41% from 255) = 26.49%

 BLUE value IS 216 (84.77% from 255) = 33.86%

R = 39.66%
G = 26.49%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FDA9D8 (or 0xFDA9D8) is known color: Lavender Pink. HEX triplet: FD, A9 and D8. RGB value is (253,169,216). Sum of RGB (Red+Green+Blue) = 253+169+216=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 169 (66.41% from 255 or 26.49% from 638); Blue value is 216 (84.77% from 255 or 33.86% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA9D8 is #025627. Grayscale: #C7C7C7. Windows color (decimal): -153128 or 14199293. OLE color: 14199293.

HSL color Cylindrical-coordinate representation of color #FDA9D8: hue angle of 326.43º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDA9D8 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 169 216 -
CMYK 0 0.33 0.15 0.01
HSL 326.43º 0.95% 0.83% -
HSV(B) 326.43º 0.33% 0.99% -
XYZ 67.09 54.22 71.89 -
YUV 199.47 137.33 166.18 -
System Red Green Blue C M Y K H S L
Decimal 253 169 216 0 0.33 0.15 0.01 326.43 0.95 0.83
Hex FD A9 D8 0 21 F 1 146 5F 53
Octal 375 251 330 0 41 17 1 506 137 123
Binary 11111101 10101001 11011000 0 100001 1111 1 101000110 1011111 1010011

Color Harmonies of #FDA9D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA9D8

Black with #FDA9D8

Text Example


Text Example

White with #FDA9D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA9D8; }

 p { color: rgb(253,169,216); }

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

background-color css

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

 a { background-color: rgb(253,169,216); }

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

border-color css

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

 span { border-color: rgb(253,169,216); }

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