#FFCABA

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

Shades of Your Pink #FFCABA

Tints of Your Pink #FFCABA

Color information

#FFCABA (or 0xFFCABA) is unknown color: approx Your Pink. HEX triplet: FF, CA and BA. RGB value is (255,202,186). Sum of RGB (Red+Green+Blue) = 255+202+186=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 186 (73.05% from 255 or 28.93% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCABA is #003545. Grayscale: #D8D8D8. Windows color (decimal): -13638 or 12241663. OLE color: 12241663.

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

Color convert

RGB255202186-
CMYK00.210.270
HSL13.91º100%86.47%-
HSV(B)13.91º27.06%100%-
XYZ71.2267.0555.64-
YUV216.02111.06155.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.66%
GREEN value IS 202 (79.30% from 255) = 31.42%
BLUE value IS 186 (73.05% from 255) = 28.93%
R=39.66%
G=31.42%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520218600.210.27013.9110086.47
HexFFCABA0151B0e6456
Octal37731227202533016144126
Binary111111111100101010111010010101110110111011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCABA; }

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

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

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

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

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

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

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

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