#FFCAD4

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

Shades of Pink Lace #FFCAD4

Tints of Pink Lace #FFCAD4

Color information

#FFCAD4 (or 0xFFCAD4) is unknown color: approx Pink Lace. HEX triplet: FF, CA and D4. RGB value is (255,202,212). Sum of RGB (Red+Green+Blue) = 255+202+212=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 202 (79.30% from 255 or 30.19% from 669); Blue value is 212 (83.20% from 255 or 31.69% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCAD4 is #00352B. Grayscale: #DBDBDB. Windows color (decimal): -13612 or 13945599. OLE color: 13945599.

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

Color convert

RGB255202212-
CMYK00.210.170
HSL348.68º100%89.61%-
HSV(B)348.68º20.78%100%-
XYZ74.2468.2571.55-
YUV218.99124.06153.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.12%
GREEN value IS 202 (79.30% from 255) = 30.19%
BLUE value IS 212 (83.20% from 255) = 31.69%
R=38.12%
G=30.19%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520221200.210.170348.6810089.61
HexFFCAD401511015d645a
Octal377312324025210535144132
Binary11111111110010101101010001010110001010101110111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCAD4; }

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

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

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

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

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

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

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

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