#FDCFDB

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

Shades of Pink Lace #FDCFDB

Tints of Pink Lace #FDCFDB

Color information

#FDCFDB (or 0xFDCFDB) is unknown color: approx Pink Lace. HEX triplet: FD, CF and DB. RGB value is (253,207,219). Sum of RGB (Red+Green+Blue) = 253+207+219=679 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.26% from 679); Green value is 207 (81.25% from 255 or 30.49% from 679); Blue value is 219 (85.94% from 255 or 32.25% from 679); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFDB is #023024. Grayscale: #DEDEDE. Windows color (decimal): -143397 or 14405629. OLE color: 14405629.

HSL color Cylindrical-coordinate representation of color #FDCFDB: hue angle of 344.35º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDCFDB is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB253207219-
CMYK00.180.130.01
HSL344.35º92%90.2%-
HSV(B)344.35º18.18%99.22%-
XYZ75.6170.6276.66-
YUV222.12126.24150.02-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.26%
GREEN value IS 207 (81.25% from 255) = 30.49%
BLUE value IS 219 (85.94% from 255) = 32.25%
R=37.26%
G=30.49%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320721900.180.130.01344.359290.2
HexFDCFDB012D11585c5a
Octal375317333022151530134132
Binary1111110111001111110110110100101101110101100010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCFDB; }

 p { color: rgb(253,207,219); }

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

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

 a { background-color: rgb(253,207,219); }

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

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

 span { border-color: rgb(253,207,219); }

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