#FBBBCA

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

Shades of Pink #FBBBCA

Tints of Pink #FBBBCA

Color information

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

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

Color convert

RGB251187202-
CMYK00.250.200.02
HSL345.94º88.89%85.88%-
HSV(B)345.94º25.5%98.43%-
XYZ68.2160.3163.92-
YUV207.85124.7158.78-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118720200.250.200.02345.9488.8985.88
HexFBBBCA01914215a5956
Octal373273312031242532131126
Binary111110111011101111001010011001101001010101101010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBBCA; }

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

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

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

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

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

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

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

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