Html Css Color HEX #FDCDD8 Pink Lace

📋 copy color: '#FDCDD8'

red 253 ◦ green 205 ◦ blue 216

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

Shades of Pink Lace #FDCDD8

Tints of Pink Lace #FDCDD8

RGB

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

 GREEN value IS 205 (80.47% from 255) = 30.42%

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

R = 37.54%
G = 30.42%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FDCDD8 (or 0xFDCDD8) is known color: Pink Lace. HEX triplet: FD, CD and D8. RGB value is (253,205,216). Sum of RGB (Red+Green+Blue) = 253+205+216=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 205 (80.47% from 255 or 30.42% from 674); Blue value is 216 (84.77% from 255 or 32.05% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDD8 is #023227. Grayscale: #DCDCDC. Windows color (decimal): -143912 or 14208509. OLE color: 14208509.

HSL color Cylindrical-coordinate representation of color #FDCDD8: hue angle of 346.25º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDCDD8 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 205 216 -
CMYK 0 0.19 0.15 0.01
HSL 346.25º 0.92% 0.9% -
HSV(B) 346.25º 0.19% 0.99% -
XYZ 74.73 69.5 74.44 -
YUV 220.61 125.4 151.11 -
System Red Green Blue C M Y K H S L
Decimal 253 205 216 0 0.19 0.15 0.01 346.25 0.92 0.9
Hex FD CD D8 0 13 F 1 15A 5C 5A
Octal 375 315 330 0 23 17 1 532 134 132
Binary 11111101 11001101 11011000 0 10011 1111 1 101011010 1011100 1011010

Color Harmonies of #FDCDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCDD8

Black with #FDCDD8

Text Example


Text Example

White with #FDCDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCDD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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