#FDCBDA

Color #FDCBDA Pink Lace (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Lace #FDCBDA

Tints of Pink Lace #FDCBDA

Color information

#FDCBDA (or 0xFDCBDA) is unknown color: approx Pink Lace. HEX triplet: FD, CB and DA. RGB value is (253,203,218). Sum of RGB (Red+Green+Blue) = 253+203+218=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 203 (79.69% from 255 or 30.12% from 674); Blue value is 218 (85.55% from 255 or 32.34% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCBDA is #023425. Grayscale: #DBDBDB. Windows color (decimal): -144422 or 14339069. OLE color: 14339069.

HSL color Cylindrical-coordinate representation of color #FDCBDA: hue angle of 342º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDCBDA is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB253203218-
CMYK00.200.140.01
HSL342º92.59%89.41%-
HSV(B)342º19.76%99.22%-
XYZ74.5268.6675.65-
YUV219.66127.06151.78-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.54%
GREEN value IS 203 (79.69% from 255) = 30.12%
BLUE value IS 218 (85.55% from 255) = 32.34%
R=37.54%
G=30.12%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320321800.200.140.0134292.5989.41
HexFDCBDA014E11565d59
Octal375313332024161526135131
Binary1111110111001011110110100101001110110101011010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCBDA; }

 p { color: rgb(253,203,218); }

 H1.HeaderClassName
 {
   color: #FDCBDA;
 }
 .AnyTagClassName
 {
   color: #FDCBDA;
 }
</style>
background-color css

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

 a { background-color: rgb(253,203,218); }

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

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

 span { border-color: rgb(253,203,218); }

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