Html Css Color HEX #FDCED9 Pink Lace

📋 copy color: '#FDCED9'

red 253 ◦ green 206 ◦ blue 217

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

Shades of Pink Lace #FDCED9

Tints of Pink Lace #FDCED9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 30.47%

 BLUE value IS 217 (85.16% from 255) = 32.1%

R = 37.43%
G = 30.47%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FDCED9 (or 0xFDCED9) is known color: Pink Lace. HEX triplet: FD, CE and D9. RGB value is (253,206,217). Sum of RGB (Red+Green+Blue) = 253+206+217=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 206 (80.86% from 255 or 30.47% from 676); Blue value is 217 (85.16% from 255 or 32.10% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCED9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCED9 is #023126. Grayscale: #DDDDDD. Windows color (decimal): -143655 or 14274301. OLE color: 14274301.

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

Color convert

RGB 253 206 217 -
CMYK 0 0.19 0.14 0.01
HSL 345.96º 0.92% 0.9% -
HSV(B) 345.96º 0.19% 0.99% -
XYZ 75.1 70.04 75.21 -
YUV 221.31 125.57 150.61 -
System Red Green Blue C M Y K H S L
Decimal 253 206 217 0 0.19 0.14 0.01 345.96 0.92 0.9
Hex FD CE D9 0 13 E 1 15A 5C 5A
Octal 375 316 331 0 23 16 1 532 134 132
Binary 11111101 11001110 11011001 0 10011 1110 1 101011010 1011100 1011010

Color Harmonies of #FDCED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCED9

Black with #FDCED9

Text Example


Text Example

White with #FDCED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCED9; }

 p { color: rgb(253,206,217); }

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

background-color css

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

 a { background-color: rgb(253,206,217); }

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

border-color css

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

 span { border-color: rgb(253,206,217); }

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