#FFCAC3

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

Shades of Your Pink #FFCAC3

Tints of Your Pink #FFCAC3

Color information

#FFCAC3 (or 0xFFCAC3) is unknown color: approx Your Pink. HEX triplet: FF, CA and C3. RGB value is (255,202,195). Sum of RGB (Red+Green+Blue) = 255+202+195=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 195 (76.56% from 255 or 29.91% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCAC3 is #00353C. Grayscale: #D9D9D9. Windows color (decimal): -13629 or 12831487. OLE color: 12831487.

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

Color convert

RGB255202195-
CMYK00.210.240
HSL100%88.24%-
HSV(B)23.53%100%-
XYZ72.2167.4460.84-
YUV217.05115.56155.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.11%
GREEN value IS 202 (79.30% from 255) = 30.98%
BLUE value IS 195 (76.56% from 255) = 29.91%
R=39.11%
G=30.98%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520219500.210.240710088.24
HexFFCAC301518076458
Octal3773123030253007144130
Binary11111111110010101100001101010111000011111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCAC3; }

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

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

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

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

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

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

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

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