#FFCAC5

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

Shades of Your Pink #FFCAC5

Tints of Your Pink #FFCAC5

Color information

#FFCAC5 (or 0xFFCAC5) is unknown color: approx Your Pink. HEX triplet: FF, CA and C5. RGB value is (255,202,197). Sum of RGB (Red+Green+Blue) = 255+202+197=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 202 (79.30% from 255 or 30.89% from 654); Blue value is 197 (77.34% from 255 or 30.12% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCAC5 is #00353A. Grayscale: #D9D9D9. Windows color (decimal): -13627 or 12962559. OLE color: 12962559.

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

Color convert

RGB255202197-
CMYK00.210.230
HSL5.17º100%88.63%-
HSV(B)5.17º22.75%100%-
XYZ72.4467.5362.04-
YUV217.28116.56154.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.99%
GREEN value IS 202 (79.30% from 255) = 30.89%
BLUE value IS 197 (77.34% from 255) = 30.12%
R=38.99%
G=30.89%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520219700.210.2305.1710088.63
HexFFCAC501517056459
Octal3773123050252705144131
Binary11111111110010101100010101010110111010111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCAC5; }

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

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

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

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

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

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

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

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