Html Css Color HEX #FDADD1 Lavender Pink

📋 copy color: '#FDADD1'

red 253 ◦ green 173 ◦ blue 209

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

Shades of Lavender Pink #FDADD1

Tints of Lavender Pink #FDADD1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.24%

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

R = 39.84%
G = 27.24%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FDADD1 (or 0xFDADD1) is known color: Lavender Pink. HEX triplet: FD, AD and D1. RGB value is (253,173,209). Sum of RGB (Red+Green+Blue) = 253+173+209=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 173 (67.97% from 255 or 27.24% from 635); Blue value is 209 (82.03% from 255 or 32.91% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDADD1 is #02522E. Grayscale: #C8C8C8. Windows color (decimal): -152111 or 13741565. OLE color: 13741565.

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

Color convert

RGB 253 173 209 -
CMYK 0 0.32 0.17 0.01
HSL 333º 0.95% 0.84% -
HSV(B) 333º 0.32% 0.99% -
XYZ 66.96 55.37 67.48 -
YUV 201.02 132.5 165.07 -
System Red Green Blue C M Y K H S L
Decimal 253 173 209 0 0.32 0.17 0.01 333 0.95 0.84
Hex FD AD D1 0 20 11 1 14D 5F 54
Octal 375 255 321 0 40 21 1 515 137 124
Binary 11111101 10101101 11010001 0 100000 10001 1 101001101 1011111 1010100

Color Harmonies of #FDADD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDADD1

Black with #FDADD1

Text Example


Text Example

White with #FDADD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDADD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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