Html Css Color HEX #FDCDD6 Pink Lace

📋 copy color: '#FDCDD6'

red 253 ◦ green 205 ◦ blue 214

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

Shades of Pink Lace #FDCDD6

Tints of Pink Lace #FDCDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 31.85%

R = 37.65%
G = 30.51%
B = 31.85%

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

#FDCDD6 (or 0xFDCDD6) is known color: Pink Lace. HEX triplet: FD, CD and D6. RGB value is (253,205,214). Sum of RGB (Red+Green+Blue) = 253+205+214=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 205 (80.47% from 255 or 30.51% from 672); Blue value is 214 (83.98% from 255 or 31.85% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDD6 is #023229. Grayscale: #DCDCDC. Windows color (decimal): -143914 or 14077437. OLE color: 14077437.

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

Color convert

RGB 253 205 214 -
CMYK 0 0.19 0.15 0.01
HSL 348.75º 0.92% 0.9% -
HSV(B) 348.75º 0.19% 0.99% -
XYZ 74.48 69.4 73.09 -
YUV 220.38 124.4 151.27 -
System Red Green Blue C M Y K H S L
Decimal 253 205 214 0 0.19 0.15 0.01 348.75 0.92 0.9
Hex FD CD D6 0 13 F 1 15D 5C 5A
Octal 375 315 326 0 23 17 1 535 134 132
Binary 11111101 11001101 11010110 0 10011 1111 1 101011101 1011100 1011010

Color Harmonies of #FDCDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCDD6

Black with #FDCDD6

Text Example


Text Example

White with #FDCDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCDD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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