Html Css Color HEX #FDACD0 Lavender Pink

📋 copy color: '#FDACD0'

red 253 ◦ green 172 ◦ blue 208

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

Shades of Lavender Pink #FDACD0

Tints of Lavender Pink #FDACD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.86%

R = 39.97%
G = 27.17%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FDACD0 (or 0xFDACD0) is known color: Lavender Pink. HEX triplet: FD, AC and D0. RGB value is (253,172,208). Sum of RGB (Red+Green+Blue) = 253+172+208=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 172 (67.58% from 255 or 27.17% from 633); Blue value is 208 (81.64% from 255 or 32.86% from 633); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDACD0 is #02532F. Grayscale: #C8C8C8. Windows color (decimal): -152368 or 13675773. OLE color: 13675773.

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

Color convert

RGB 253 172 208 -
CMYK 0 0.32 0.18 0.01
HSL 333.33º 0.95% 0.83% -
HSV(B) 333.33º 0.32% 0.99% -
XYZ 66.65 54.94 66.77 -
YUV 200.32 132.34 165.57 -
System Red Green Blue C M Y K H S L
Decimal 253 172 208 0 0.32 0.18 0.01 333.33 0.95 0.83
Hex FD AC D0 0 20 12 1 14D 5F 53
Octal 375 254 320 0 40 22 1 515 137 123
Binary 11111101 10101100 11010000 0 100000 10010 1 101001101 1011111 1010011

Color Harmonies of #FDACD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDACD0

Black with #FDACD0

Text Example


Text Example

White with #FDACD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDACD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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