#FFCAD8

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

Shades of Pink Lace #FFCAD8

Tints of Pink Lace #FFCAD8

Color information

#FFCAD8 (or 0xFFCAD8) is unknown color: approx Pink Lace. HEX triplet: FF, CA and D8. RGB value is (255,202,216). Sum of RGB (Red+Green+Blue) = 255+202+216=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 202 (79.30% from 255 or 30.01% from 673); Blue value is 216 (84.77% from 255 or 32.10% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCAD8 is #003527. Grayscale: #DBDBDB. Windows color (decimal): -13608 or 14207743. OLE color: 14207743.

HSL color Cylindrical-coordinate representation of color #FFCAD8: hue angle of 344.15º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFCAD8 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB255202216-
CMYK00.210.150
HSL344.15º100%89.61%-
HSV(B)344.15º20.78%100%-
XYZ74.7668.4674.24-
YUV219.44126.06153.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.89%
GREEN value IS 202 (79.30% from 255) = 30.01%
BLUE value IS 216 (84.77% from 255) = 32.10%
R=37.89%
G=30.01%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520221600.210.150344.1510089.61
HexFFCAD8015F0158645a
Octal377312330025170530144132
Binary1111111111001010110110000101011111010101100011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCAD8; }

 p { color: rgb(255,202,216); }

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

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

 a { background-color: rgb(255,202,216); }

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

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

 span { border-color: rgb(255,202,216); }

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