Html Css Color HEX #FDACD8 Lavender Pink

📋 copy color: '#FDACD8'

red 253 ◦ green 172 ◦ blue 216

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

Shades of Lavender Pink #FDACD8

Tints of Lavender Pink #FDACD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 33.7%

R = 39.47%
G = 26.83%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FDACD8 (or 0xFDACD8) is known color: Lavender Pink. HEX triplet: FD, AC and D8. RGB value is (253,172,216). Sum of RGB (Red+Green+Blue) = 253+172+216=641 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.47% from 641); Green value is 172 (67.58% from 255 or 26.83% from 641); Blue value is 216 (84.77% from 255 or 33.70% from 641); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDACD8 is #025327. Grayscale: #C9C9C9. Windows color (decimal): -152360 or 14200061. OLE color: 14200061.

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

Color convert

RGB 253 172 216 -
CMYK 0 0.32 0.15 0.01
HSL 327.41º 0.95% 0.83% -
HSV(B) 327.41º 0.32% 0.99% -
XYZ 67.66 55.35 72.08 -
YUV 201.24 136.34 164.92 -
System Red Green Blue C M Y K H S L
Decimal 253 172 216 0 0.32 0.15 0.01 327.41 0.95 0.83
Hex FD AC D8 0 20 F 1 147 5F 53
Octal 375 254 330 0 40 17 1 507 137 123
Binary 11111101 10101100 11011000 0 100000 1111 1 101000111 1011111 1010011

Color Harmonies of #FDACD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDACD8

Black with #FDACD8

Text Example


Text Example

White with #FDACD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDACD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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