#FBCBBD

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

Shades of Your Pink #FBCBBD

Tints of Your Pink #FBCBBD

Color information

#FBCBBD (or 0xFBCBBD) is unknown color: approx Your Pink. HEX triplet: FB, CB and BD. RGB value is (251,203,189). Sum of RGB (Red+Green+Blue) = 251+203+189=643 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.04% from 643); Green value is 203 (79.69% from 255 or 31.57% from 643); Blue value is 189 (74.22% from 255 or 29.39% from 643); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCBBD is #043442. Grayscale: #D7D7D7. Windows color (decimal): -275523 or 12438523. OLE color: 12438523.

HSL color Cylindrical-coordinate representation of color #FBCBBD: hue angle of 13.55º 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 #FBCBBD is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB251203189-
CMYK00.190.250.02
HSL13.55º88.57%86.27%-
HSV(B)13.55º24.7%98.43%-
XYZ70.3266.957.35-
YUV215.76112.9153.14-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.04%
GREEN value IS 203 (79.69% from 255) = 31.57%
BLUE value IS 189 (74.22% from 255) = 29.39%
R=39.04%
G=31.57%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120318900.190.250.0213.5588.5786.27
HexFBCBBD013192e5956
Octal37331327502331216131126
Binary1111101111001011101111010100111100110111010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCBBD; }

 p { color: rgb(251,203,189); }

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

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

 a { background-color: rgb(251,203,189); }

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

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

 span { border-color: rgb(251,203,189); }

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