#FDBBBB

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

Shades of Your Pink #FDBBBB

Tints of Your Pink #FDBBBB

Color information

#FDBBBB (or 0xFDBBBB) is unknown color: approx Your Pink. HEX triplet: FD, BB and BB. RGB value is (253,187,187). Sum of RGB (Red+Green+Blue) = 253+187+187=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 187 (73.44% from 255 or 29.82% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBBBB is #024444. Grayscale: #CECECE. Windows color (decimal): -148549 or 12303357. OLE color: 12303357.

HSL color Cylindrical-coordinate representation of color #FDBBBB: hue angle of 0º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDBBBB is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB253187187-
CMYK00.260.260.01
HSL94.29%86.27%-
HSV(B)26.09%99.22%-
XYZ67.2560.0155.05-
YUV206.73116.87161-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.35%
GREEN value IS 187 (73.44% from 255) = 29.82%
BLUE value IS 187 (73.44% from 255) = 29.82%
R=40.35%
G=29.82%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318718700.260.260.01094.2986.27
HexFDBBBB01A1A105e56
Octal3752732730323210136126
Binary111111011011101110111011011010110101010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBBBB; }

 p { color: rgb(253,187,187); }

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

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

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

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

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

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

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