Html Css Color HEX #FDCDD5 Pink Lace

📋 copy color: '#FDCDD5'

red 253 ◦ green 205 ◦ blue 213

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

Shades of Pink Lace #FDCDD5

Tints of Pink Lace #FDCDD5

RGB

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

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

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

R = 37.7%
G = 30.55%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FDCDD5 (or 0xFDCDD5) is known color: Pink Lace. HEX triplet: FD, CD and D5. RGB value is (253,205,213). Sum of RGB (Red+Green+Blue) = 253+205+213=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 205 (80.47% from 255 or 30.55% from 671); Blue value is 213 (83.59% from 255 or 31.74% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDD5 is #02322A. Grayscale: #DCDCDC. Windows color (decimal): -143915 or 14011901. OLE color: 14011901.

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

Color convert

RGB 253 205 213 -
CMYK 0 0.19 0.16 0.01
HSL 350º 0.92% 0.9% -
HSV(B) 350º 0.19% 0.99% -
XYZ 74.35 69.35 72.42 -
YUV 220.26 123.9 151.35 -
System Red Green Blue C M Y K H S L
Decimal 253 205 213 0 0.19 0.16 0.01 350 0.92 0.9
Hex FD CD D5 0 13 10 1 15E 5C 5A
Octal 375 315 325 0 23 20 1 536 134 132
Binary 11111101 11001101 11010101 0 10011 10000 1 101011110 1011100 1011010

Color Harmonies of #FDCDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCDD5

Black with #FDCDD5

Text Example


Text Example

White with #FDCDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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