Html Css Color HEX #FDA9D0 Lavender Pink

📋 copy color: '#FDA9D0'

red 253 ◦ green 169 ◦ blue 208

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

Shades of Lavender Pink #FDA9D0

Tints of Lavender Pink #FDA9D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.02%

R = 40.16%
G = 26.83%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FDA9D0 (or 0xFDA9D0) is known color: Lavender Pink. HEX triplet: FD, A9 and D0. RGB value is (253,169,208). Sum of RGB (Red+Green+Blue) = 253+169+208=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 169 (66.41% from 255 or 26.83% from 630); Blue value is 208 (81.64% from 255 or 33.02% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA9D0 is #02562F. Grayscale: #C6C6C6. Windows color (decimal): -153136 or 13675005. OLE color: 13675005.

HSL color Cylindrical-coordinate representation of color #FDA9D0: hue angle of 332.14º 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 #FDA9D0 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 169 208 -
CMYK 0 0.33 0.18 0.01
HSL 332.14º 0.95% 0.83% -
HSV(B) 332.14º 0.33% 0.99% -
XYZ 66.08 53.81 66.58 -
YUV 198.56 133.33 166.83 -
System Red Green Blue C M Y K H S L
Decimal 253 169 208 0 0.33 0.18 0.01 332.14 0.95 0.83
Hex FD A9 D0 0 21 12 1 14C 5F 53
Octal 375 251 320 0 41 22 1 514 137 123
Binary 11111101 10101001 11010000 0 100001 10010 1 101001100 1011111 1010011

Color Harmonies of #FDA9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA9D0

Black with #FDA9D0

Text Example


Text Example

White with #FDA9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA9D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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