#FDB3BF

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

Shades of Light Pink #FDB3BF

Tints of Light Pink #FDB3BF

Color information

#FDB3BF (or 0xFDB3BF) is unknown color: approx Light Pink. HEX triplet: FD, B3 and BF. RGB value is (253,179,191). Sum of RGB (Red+Green+Blue) = 253+179+191=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 179 (70.31% from 255 or 28.73% from 623); Blue value is 191 (75% from 255 or 30.66% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB3BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB3BF is #024C40. Grayscale: #CACACA. Windows color (decimal): -150593 or 12563453. OLE color: 12563453.

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

Color convert

RGB253179191-
CMYK00.290.250.01
HSL350.27º94.87%84.71%-
HSV(B)350.27º29.25%99.22%-
XYZ66.0356.8856.79-
YUV202.49121.52164.02-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.61%
GREEN value IS 179 (70.31% from 255) = 28.73%
BLUE value IS 191 (75% from 255) = 30.66%
R=40.61%
G=28.73%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317919100.290.250.01350.2794.8784.71
HexFDB3BF01D19115e5f55
Octal375263277035311536137125
Binary11111101101100111011111101110111001110101111010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB3BF; }

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

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

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

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

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

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

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

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