#FBCABE

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

Shades of Your Pink #FBCABE

Tints of Your Pink #FBCABE

Color information

#FBCABE (or 0xFBCABE) is unknown color: approx Your Pink. HEX triplet: FB, CA and BE. RGB value is (251,202,190). Sum of RGB (Red+Green+Blue) = 251+202+190=643 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.04% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 190 (74.61% from 255 or 29.55% from 643); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCABE is #043541. Grayscale: #D7D7D7. Windows color (decimal): -275778 or 12503803. OLE color: 12503803.

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

Color convert

RGB251202190-
CMYK00.200.240.02
HSL11.8º88.41%86.47%-
HSV(B)11.8º24.3%98.43%-
XYZ70.266.4757.84-
YUV215.28113.73153.48-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.04%
GREEN value IS 202 (79.30% from 255) = 31.42%
BLUE value IS 190 (74.61% from 255) = 29.55%
R=39.04%
G=31.42%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120219000.200.240.0211.888.4186.47
HexFBCABE014182c5856
Octal37331227602430214130126
Binary1111101111001010101111100101001100010110010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCABE; }

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

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

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

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

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

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

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

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