Html Css Color HEX #FDACDC Lavender Pink

📋 copy color: '#FDACDC'

red 253 ◦ green 172 ◦ blue 220

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

Shades of Lavender Pink #FDACDC

Tints of Lavender Pink #FDACDC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.67%

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

R = 39.22%
G = 26.67%
B = 34.11%

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

#FDACDC (or 0xFDACDC) is known color: Lavender Pink. HEX triplet: FD, AC and DC. RGB value is (253,172,220). Sum of RGB (Red+Green+Blue) = 253+172+220=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 172 (67.58% from 255 or 26.67% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDACDC is #025323. Grayscale: #C9C9C9. Windows color (decimal): -152356 or 14462205. OLE color: 14462205.

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

Color convert

RGB 253 172 220 -
CMYK 0 0.32 0.13 0.01
HSL 324.44º 0.95% 0.83% -
HSV(B) 324.44º 0.32% 0.99% -
XYZ 68.18 55.56 74.84 -
YUV 201.69 138.34 164.6 -
System Red Green Blue C M Y K H S L
Decimal 253 172 220 0 0.32 0.13 0.01 324.44 0.95 0.83
Hex FD AC DC 0 20 D 1 144 5F 53
Octal 375 254 334 0 40 15 1 504 137 123
Binary 11111101 10101100 11011100 0 100000 1101 1 101000100 1011111 1010011

Color Harmonies of #FDACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDACDC

Black with #FDACDC

Text Example


Text Example

White with #FDACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDACDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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