Html Css Color HEX #FDA1D1 Lavender Pink

📋 copy color: '#FDA1D1'

red 253 ◦ green 161 ◦ blue 209

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

Shades of Lavender Pink #FDA1D1

Tints of Lavender Pink #FDA1D1

RGB

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

 GREEN value IS 161 (63.28% from 255) = 25.84%

 BLUE value IS 209 (82.03% from 255) = 33.55%

R = 40.61%
G = 25.84%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FDA1D1 (or 0xFDA1D1) is known color: Lavender Pink. HEX triplet: FD, A1 and D1. RGB value is (253,161,209). Sum of RGB (Red+Green+Blue) = 253+161+209=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 161 (63.28% from 255 or 25.84% from 623); Blue value is 209 (82.03% from 255 or 33.55% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA1D1 is #025E2E. Grayscale: #C1C1C1. Windows color (decimal): -155183 or 13738493. OLE color: 13738493.

HSL color Cylindrical-coordinate representation of color #FDA1D1: hue angle of 328.7º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDA1D1 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 161 209 -
CMYK 0 0.36 0.17 0.01
HSL 328.7º 0.96% 0.81% -
HSV(B) 328.7º 0.36% 0.99% -
XYZ 64.76 50.98 66.75 -
YUV 193.98 136.48 170.1 -
System Red Green Blue C M Y K H S L
Decimal 253 161 209 0 0.36 0.17 0.01 328.7 0.96 0.81
Hex FD A1 D1 0 24 11 1 149 60 51
Octal 375 241 321 0 44 21 1 511 140 121
Binary 11111101 10100001 11010001 0 100100 10001 1 101001001 1100000 1010001

Color Harmonies of #FDA1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA1D1

Black with #FDA1D1

Text Example


Text Example

White with #FDA1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA1D1; }

 p { color: rgb(253,161,209); }

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

background-color css

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

 a { background-color: rgb(253,161,209); }

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

border-color css

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

 span { border-color: rgb(253,161,209); }

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