#F8B3B8

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

Shades of Light Pink #F8B3B8

Tints of Light Pink #F8B3B8

Color information

#F8B3B8 (or 0xF8B3B8) is unknown color: approx Light Pink. HEX triplet: F8, B3 and B8. RGB value is (248,179,184). Sum of RGB (Red+Green+Blue) = 248+179+184=611 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.59% from 611); Green value is 179 (70.31% from 255 or 29.30% from 611); Blue value is 184 (72.27% from 255 or 30.11% from 611); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B3B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B3B8 is #074C47. Grayscale: #C8C8C8. Windows color (decimal): -478280 or 12104696. OLE color: 12104696.

HSL color Cylindrical-coordinate representation of color #F8B3B8: hue angle of 355.65º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F8B3B8 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB248179184-
CMYK00.280.260.03
HSL355.65º83.13%83.73%-
HSV(B)355.65º27.82%97.25%-
XYZ63.4855.6652.74-
YUV200.2118.86162.09-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.59%
GREEN value IS 179 (70.31% from 255) = 29.30%
BLUE value IS 184 (72.27% from 255) = 30.11%
R=40.59%
G=29.30%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817918400.280.260.03355.6583.1383.73
HexF8B3B801C1A31645354
Octal370263270034323544123124
Binary111110001011001110111000011100110101110110010010100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B3B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B3B8; }

 p { color: rgb(248,179,184); }

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

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

 a { background-color: rgb(248,179,184); }

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

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

 span { border-color: rgb(248,179,184); }

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