#FFCAB7

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

Shades of Your Pink #FFCAB7

Tints of Your Pink #FFCAB7

Color information

#FFCAB7 (or 0xFFCAB7) is unknown color: approx Your Pink. HEX triplet: FF, CA and B7. RGB value is (255,202,183). Sum of RGB (Red+Green+Blue) = 255+202+183=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 202 (79.30% from 255 or 31.56% from 640); Blue value is 183 (71.88% from 255 or 28.59% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCAB7 is #003548. Grayscale: #D7D7D7. Windows color (decimal): -13641 or 12045055. OLE color: 12045055.

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

Color convert

RGB255202183-
CMYK00.210.280
HSL15.83º100%85.88%-
HSV(B)15.83º28.24%100%-
XYZ70.9166.9253.98-
YUV215.68109.56156.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.84%
GREEN value IS 202 (79.30% from 255) = 31.56%
BLUE value IS 183 (71.88% from 255) = 28.59%
R=39.84%
G=31.56%
B=28.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520218300.210.28015.8310085.88
HexFFCAB70151C0106456
Octal37731226702534020144126
Binary1111111111001010101101110101011110001000011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCAB7; }

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

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

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

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

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

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

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

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