#FBBBC3

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

Shades of Light Pink #FBBBC3

Tints of Light Pink #FBBBC3

Color information

#FBBBC3 (or 0xFBBBC3) is unknown color: approx Light Pink. HEX triplet: FB, BB and C3. RGB value is (251,187,195). Sum of RGB (Red+Green+Blue) = 251+187+195=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 187 (73.44% from 255 or 29.54% from 633); Blue value is 195 (76.56% from 255 or 30.81% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBBC3 is #04443C. Grayscale: #CFCFCF. Windows color (decimal): -279613 or 12827643. OLE color: 12827643.

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

Color convert

RGB251187195-
CMYK00.250.220.02
HSL352.5º88.89%85.88%-
HSV(B)352.5º25.5%98.43%-
XYZ67.459.9959.66-
YUV207.05121.2159.35-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.65%
GREEN value IS 187 (73.44% from 255) = 29.54%
BLUE value IS 195 (76.56% from 255) = 30.81%
R=39.65%
G=29.54%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118719500.250.220.02352.588.8985.88
HexFBBBC30191621605956
Octal373273303031262540131126
Binary111110111011101111000011011001101101010110000010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBBC3; }

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

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

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

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

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

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

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

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