#FBCABB

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

Shades of Your Pink #FBCABB

Tints of Your Pink #FBCABB

Color information

#FBCABB (or 0xFBCABB) is unknown color: approx Your Pink. HEX triplet: FB, CA and BB. RGB value is (251,202,187). Sum of RGB (Red+Green+Blue) = 251+202+187=640 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.22% from 640); Green value is 202 (79.30% from 255 or 31.56% from 640); Blue value is 187 (73.44% from 255 or 29.22% from 640); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCABB is #043544. Grayscale: #D7D7D7. Windows color (decimal): -275781 or 12307195. OLE color: 12307195.

HSL color Cylindrical-coordinate representation of color #FBCABB: hue angle of 14.06º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBCABB is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB251202187-
CMYK00.200.250.02
HSL14.06º88.89%85.88%-
HSV(B)14.06º25.5%98.43%-
XYZ69.8766.3456.14-
YUV214.94112.23153.72-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.22%
GREEN value IS 202 (79.30% from 255) = 31.56%
BLUE value IS 187 (73.44% from 255) = 29.22%
R=39.22%
G=31.56%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120218700.200.250.0214.0688.8985.88
HexFBCABB014192e5956
Octal37331227302431216131126
Binary1111101111001010101110110101001100110111010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCABB; }

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

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

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

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

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

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

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

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