Html Css Color HEX #FDA1D5 Lavender Pink

📋 copy color: '#FDA1D5'

red 253 ◦ green 161 ◦ blue 213

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

Shades of Lavender Pink #FDA1D5

Tints of Lavender Pink #FDA1D5

RGB

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

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

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

R = 40.35%
G = 25.68%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FDA1D5 (or 0xFDA1D5) is known color: Lavender Pink. HEX triplet: FD, A1 and D5. RGB value is (253,161,213). Sum of RGB (Red+Green+Blue) = 253+161+213=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 161 (63.28% from 255 or 25.68% from 627); Blue value is 213 (83.59% from 255 or 33.97% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA1D5 is #025E2A. Grayscale: #C2C2C2. Windows color (decimal): -155179 or 14000637. OLE color: 14000637.

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

Color convert

RGB 253 161 213 -
CMYK 0 0.36 0.16 0.01
HSL 326.09º 0.96% 0.81% -
HSV(B) 326.09º 0.36% 0.99% -
XYZ 65.26 51.18 69.39 -
YUV 194.44 138.48 169.77 -
System Red Green Blue C M Y K H S L
Decimal 253 161 213 0 0.36 0.16 0.01 326.09 0.96 0.81
Hex FD A1 D5 0 24 10 1 146 60 51
Octal 375 241 325 0 44 20 1 506 140 121
Binary 11111101 10100001 11010101 0 100100 10000 1 101000110 1100000 1010001

Color Harmonies of #FDA1D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA1D5

Black with #FDA1D5

Text Example


Text Example

White with #FDA1D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA1D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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