#FFCAC0

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

Shades of Your Pink #FFCAC0

Tints of Your Pink #FFCAC0

Color information

#FFCAC0 (or 0xFFCAC0) is unknown color: approx Your Pink. HEX triplet: FF, CA and C0. RGB value is (255,202,192). Sum of RGB (Red+Green+Blue) = 255+202+192=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 202 (79.30% from 255 or 31.12% from 649); Blue value is 192 (75.39% from 255 or 29.58% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCAC0 is #00353F. Grayscale: #D8D8D8. Windows color (decimal): -13632 or 12634879. OLE color: 12634879.

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

Color convert

RGB255202192-
CMYK00.210.250
HSL9.52º100%87.65%-
HSV(B)9.52º24.71%100%-
XYZ71.8767.3159.07-
YUV216.71114.06155.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.29%
GREEN value IS 202 (79.30% from 255) = 31.12%
BLUE value IS 192 (75.39% from 255) = 29.58%
R=39.29%
G=31.12%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520219200.210.2509.5210087.65
HexFFCAC0015190a6458
Octal37731230002531012144130
Binary111111111100101011000000010101110010101011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCAC0; }

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

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

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

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

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

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

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

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