Html Css Color HEX #FDACD5 Lavender Pink

📋 copy color: '#FDACD5'

red 253 ◦ green 172 ◦ blue 213

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

Shades of Lavender Pink #FDACD5

Tints of Lavender Pink #FDACD5

RGB

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

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

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

R = 39.66%
G = 26.96%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FDACD5 (or 0xFDACD5) is known color: Lavender Pink. HEX triplet: FD, AC and D5. RGB value is (253,172,213). Sum of RGB (Red+Green+Blue) = 253+172+213=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 172 (67.58% from 255 or 26.96% from 638); Blue value is 213 (83.59% from 255 or 33.39% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDACD5 is #02532A. Grayscale: #C8C8C8. Windows color (decimal): -152363 or 14003453. OLE color: 14003453.

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

Color convert

RGB 253 172 213 -
CMYK 0 0.32 0.16 0.01
HSL 329.63º 0.95% 0.83% -
HSV(B) 329.63º 0.32% 0.99% -
XYZ 67.27 55.19 70.06 -
YUV 200.89 134.84 165.17 -
System Red Green Blue C M Y K H S L
Decimal 253 172 213 0 0.32 0.16 0.01 329.63 0.95 0.83
Hex FD AC D5 0 20 10 1 14A 5F 53
Octal 375 254 325 0 40 20 1 512 137 123
Binary 11111101 10101100 11010101 0 100000 10000 1 101001010 1011111 1010011

Color Harmonies of #FDACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDACD5

Black with #FDACD5

Text Example


Text Example

White with #FDACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDACD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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