Html Css Color HEX #FDCDD7 Pink Lace

📋 copy color: '#FDCDD7'

red 253 ◦ green 205 ◦ blue 215

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

Shades of Pink Lace #FDCDD7

Tints of Pink Lace #FDCDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 31.95%

R = 37.59%
G = 30.46%
B = 31.95%

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

#FDCDD7 (or 0xFDCDD7) is known color: Pink Lace. HEX triplet: FD, CD and D7. RGB value is (253,205,215). Sum of RGB (Red+Green+Blue) = 253+205+215=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 205 (80.47% from 255 or 30.46% from 673); Blue value is 215 (84.38% from 255 or 31.95% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDD7 is #023228. Grayscale: #DCDCDC. Windows color (decimal): -143913 or 14142973. OLE color: 14142973.

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

Color convert

RGB 253 205 215 -
CMYK 0 0.19 0.15 0.01
HSL 347.5º 0.92% 0.9% -
HSV(B) 347.5º 0.19% 0.99% -
XYZ 74.61 69.45 73.76 -
YUV 220.49 124.9 151.19 -
System Red Green Blue C M Y K H S L
Decimal 253 205 215 0 0.19 0.15 0.01 347.5 0.92 0.9
Hex FD CD D7 0 13 F 1 15C 5C 5A
Octal 375 315 327 0 23 17 1 534 134 132
Binary 11111101 11001101 11010111 0 10011 1111 1 101011100 1011100 1011010

Color Harmonies of #FDCDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCDD7

Black with #FDCDD7

Text Example


Text Example

White with #FDCDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCDD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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