Html Css Color HEX #FDADD3 Lavender Pink

📋 copy color: '#FDADD3'

red 253 ◦ green 173 ◦ blue 211

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

Shades of Lavender Pink #FDADD3

Tints of Lavender Pink #FDADD3

RGB

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

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

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

R = 39.72%
G = 27.16%
B = 33.12%

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

#FDADD3 (or 0xFDADD3) is known color: Lavender Pink. HEX triplet: FD, AD and D3. RGB value is (253,173,211). Sum of RGB (Red+Green+Blue) = 253+173+211=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 173 (67.97% from 255 or 27.16% from 637); Blue value is 211 (82.81% from 255 or 33.12% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDADD3 is #02522C. Grayscale: #C9C9C9. Windows color (decimal): -152109 or 13872637. OLE color: 13872637.

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

Color convert

RGB 253 173 211 -
CMYK 0 0.32 0.17 0.01
HSL 331.5º 0.95% 0.84% -
HSV(B) 331.5º 0.32% 0.99% -
XYZ 67.21 55.47 68.79 -
YUV 201.25 133.5 164.91 -
System Red Green Blue C M Y K H S L
Decimal 253 173 211 0 0.32 0.17 0.01 331.5 0.95 0.84
Hex FD AD D3 0 20 11 1 14C 5F 54
Octal 375 255 323 0 40 21 1 514 137 124
Binary 11111101 10101101 11010011 0 100000 10001 1 101001100 1011111 1010100

Color Harmonies of #FDADD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDADD3

Black with #FDADD3

Text Example


Text Example

White with #FDADD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDADD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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