#FFCABB

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

Shades of Your Pink #FFCABB

Tints of Your Pink #FFCABB

Color information

#FFCABB (or 0xFFCABB) is unknown color: approx Your Pink. HEX triplet: FF, CA and BB. RGB value is (255,202,187). Sum of RGB (Red+Green+Blue) = 255+202+187=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 202 (79.30% from 255 or 31.37% from 644); Blue value is 187 (73.44% from 255 or 29.04% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCABB is #003544. Grayscale: #D8D8D8. Windows color (decimal): -13637 or 12307199. OLE color: 12307199.

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

Color convert

RGB255202187-
CMYK00.210.270
HSL13.24º100%86.67%-
HSV(B)13.24º26.67%100%-
XYZ71.3367.0956.2-
YUV216.14111.56155.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.60%
GREEN value IS 202 (79.30% from 255) = 31.37%
BLUE value IS 187 (73.44% from 255) = 29.04%
R=39.60%
G=31.37%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520218700.210.27013.2410086.67
HexFFCABB0151B0d6457
Octal37731227302533015144127
Binary111111111100101010111011010101110110110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCABB; }

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

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

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

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

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

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

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

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