#FDBFBB

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

Shades of Your Pink #FDBFBB

Tints of Your Pink #FDBFBB

Color information

#FDBFBB (or 0xFDBFBB) is unknown color: approx Your Pink. HEX triplet: FD, BF and BB. RGB value is (253,191,187). Sum of RGB (Red+Green+Blue) = 253+191+187=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 187 (73.44% from 255 or 29.64% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBFBB is #024044. Grayscale: #D1D1D1. Windows color (decimal): -147525 or 12304381. OLE color: 12304381.

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

Color convert

RGB253191187-
CMYK00.250.260.01
HSL3.64º94.29%86.27%-
HSV(B)3.64º26.09%99.22%-
XYZ68.1161.7355.34-
YUV209.08115.54159.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.10%
GREEN value IS 191 (75% from 255) = 30.27%
BLUE value IS 187 (73.44% from 255) = 29.64%
R=40.10%
G=30.27%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319118700.250.260.013.6494.2986.27
HexFDBFBB0191A145e56
Octal3752772730313214136126
Binary11111101101111111011101101100111010110010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBFBB; }

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

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

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

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

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

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

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

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