#FFCAC6

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

Shades of Your Pink #FFCAC6

Tints of Your Pink #FFCAC6

Color information

#FFCAC6 (or 0xFFCAC6) is unknown color: approx Your Pink. HEX triplet: FF, CA and C6. RGB value is (255,202,198). Sum of RGB (Red+Green+Blue) = 255+202+198=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 202 (79.30% from 255 or 30.84% from 655); Blue value is 198 (77.73% from 255 or 30.23% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCAC6 is #003539. Grayscale: #D9D9D9. Windows color (decimal): -13626 or 13028095. OLE color: 13028095.

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

Color convert

RGB255202198-
CMYK00.210.220
HSL4.21º100%88.82%-
HSV(B)4.21º22.35%100%-
XYZ72.5567.5862.65-
YUV217.39117.06154.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.93%
GREEN value IS 202 (79.30% from 255) = 30.84%
BLUE value IS 198 (77.73% from 255) = 30.23%
R=38.93%
G=30.84%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520219800.210.2204.2110088.82
HexFFCAC601516046459
Octal3773123060252604144131
Binary11111111110010101100011001010110110010011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCAC6; }

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

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

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

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

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

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

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

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