Html Css Color HEX #FDADDC Lavender Pink

📋 copy color: '#FDADDC'

red 253 ◦ green 173 ◦ blue 220

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

Shades of Lavender Pink #FDADDC

Tints of Lavender Pink #FDADDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.06%

R = 39.16%
G = 26.78%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDADDC (or 0xFDADDC) is known color: Lavender Pink. HEX triplet: FD, AD and DC. RGB value is (253,173,220). Sum of RGB (Red+Green+Blue) = 253+173+220=646 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.16% from 646); Green value is 173 (67.97% from 255 or 26.78% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDADDC is #025223. Grayscale: #CACACA. Windows color (decimal): -152100 or 14462461. OLE color: 14462461.

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

Color convert

RGB 253 173 220 -
CMYK 0 0.32 0.13 0.01
HSL 324.75º 0.95% 0.84% -
HSV(B) 324.75º 0.32% 0.99% -
XYZ 68.37 55.94 74.9 -
YUV 202.28 138 164.18 -
System Red Green Blue C M Y K H S L
Decimal 253 173 220 0 0.32 0.13 0.01 324.75 0.95 0.84
Hex FD AD DC 0 20 D 1 145 5F 54
Octal 375 255 334 0 40 15 1 505 137 124
Binary 11111101 10101101 11011100 0 100000 1101 1 101000101 1011111 1010100

Color Harmonies of #FDADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDADDC

Black with #FDADDC

Text Example


Text Example

White with #FDADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDADDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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