#FDCADB

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

Shades of Pink Lace #FDCADB

Tints of Pink Lace #FDCADB

Color information

#FDCADB (or 0xFDCADB) is unknown color: approx Pink Lace. HEX triplet: FD, CA and DB. RGB value is (253,202,219). Sum of RGB (Red+Green+Blue) = 253+202+219=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 202 (79.30% from 255 or 29.97% from 674); Blue value is 219 (85.94% from 255 or 32.49% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCADB is #023524. Grayscale: #DBDBDB. Windows color (decimal): -144677 or 14404349. OLE color: 14404349.

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

Color convert

RGB253202219-
CMYK00.200.130.01
HSL340º92.73%89.22%-
HSV(B)340º20.16%99.22%-
XYZ74.4168.2476.27-
YUV219.19127.9152.12-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.54%
GREEN value IS 202 (79.30% from 255) = 29.97%
BLUE value IS 219 (85.94% from 255) = 32.49%
R=37.54%
G=29.97%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320221900.200.130.0134092.7389.22
HexFDCADB014D11545d59
Octal375312333024151524135131
Binary1111110111001010110110110101001101110101010010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCADB; }

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

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

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

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

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

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

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

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