Html Css Color HEX #FDA1D3 Lavender Pink

📋 copy color: '#FDA1D3'

red 253 ◦ green 161 ◦ blue 211

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

Shades of Lavender Pink #FDA1D3

Tints of Lavender Pink #FDA1D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.76%

R = 40.48%
G = 25.76%
B = 33.76%

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

#FDA1D3 (or 0xFDA1D3) is known color: Lavender Pink. HEX triplet: FD, A1 and D3. RGB value is (253,161,211). Sum of RGB (Red+Green+Blue) = 253+161+211=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 161 (63.28% from 255 or 25.76% from 625); Blue value is 211 (82.81% from 255 or 33.76% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA1D3 is #025E2C. Grayscale: #C2C2C2. Windows color (decimal): -155181 or 13869565. OLE color: 13869565.

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

Color convert

RGB 253 161 211 -
CMYK 0 0.36 0.17 0.01
HSL 327.39º 0.96% 0.81% -
HSV(B) 327.39º 0.36% 0.99% -
XYZ 65.01 51.08 68.06 -
YUV 194.21 137.48 169.93 -
System Red Green Blue C M Y K H S L
Decimal 253 161 211 0 0.36 0.17 0.01 327.39 0.96 0.81
Hex FD A1 D3 0 24 11 1 147 60 51
Octal 375 241 323 0 44 21 1 507 140 121
Binary 11111101 10100001 11010011 0 100100 10001 1 101000111 1100000 1010001

Color Harmonies of #FDA1D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA1D3

Black with #FDA1D3

Text Example


Text Example

White with #FDA1D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA1D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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