#FFCADC

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

Shades of Pink Lace #FFCADC

Tints of Pink Lace #FFCADC

Color information

#FFCADC (or 0xFFCADC) is unknown color: approx Pink Lace. HEX triplet: FF, CA and DC. RGB value is (255,202,220). Sum of RGB (Red+Green+Blue) = 255+202+220=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 202 (79.30% from 255 or 29.84% from 677); Blue value is 220 (86.33% from 255 or 32.50% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCADC is #003523. Grayscale: #DBDBDB. Windows color (decimal): -13604 or 14469887. OLE color: 14469887.

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

Color convert

RGB255202220-
CMYK00.210.140
HSL339.62º100%89.61%-
HSV(B)339.62º20.78%100%-
XYZ75.2868.6777-
YUV219.9128.06153.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.67%
GREEN value IS 202 (79.30% from 255) = 29.84%
BLUE value IS 220 (86.33% from 255) = 32.50%
R=37.67%
G=29.84%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520222000.210.140339.6210089.61
HexFFCADC015E0154645a
Octal377312334025160524144132
Binary1111111111001010110111000101011110010101010011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCADC; }

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

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

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

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

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

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

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

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