#FDB0BF

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

Shades of Light Pink #FDB0BF

Tints of Light Pink #FDB0BF

Color information

#FDB0BF (or 0xFDB0BF) is unknown color: approx Light Pink. HEX triplet: FD, B0 and BF. RGB value is (253,176,191). Sum of RGB (Red+Green+Blue) = 253+176+191=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 176 (69.14% from 255 or 28.39% from 620); Blue value is 191 (75% from 255 or 30.81% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB0BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB0BF is #024F40. Grayscale: #C8C8C8. Windows color (decimal): -151361 or 12562685. OLE color: 12562685.

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

Color convert

RGB253176191-
CMYK00.300.250.01
HSL348.31º95.06%84.12%-
HSV(B)348.31º30.43%99.22%-
XYZ65.4455.6956.59-
YUV200.73122.51165.28-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.81%
GREEN value IS 176 (69.14% from 255) = 28.39%
BLUE value IS 191 (75% from 255) = 30.81%
R=40.81%
G=28.39%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317619100.300.250.01348.3195.0684.12
HexFDB0BF01E19115c5f54
Octal375260277036311534137124
Binary11111101101100001011111101111011001110101110010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB0BF; }

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

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

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

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

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

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

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

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