#F8B3BA

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

Shades of Light Pink #F8B3BA

Tints of Light Pink #F8B3BA

Color information

#F8B3BA (or 0xF8B3BA) is unknown color: approx Light Pink. HEX triplet: F8, B3 and BA. RGB value is (248,179,186). Sum of RGB (Red+Green+Blue) = 248+179+186=613 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.46% from 613); Green value is 179 (70.31% from 255 or 29.20% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B3BA is #074C45. Grayscale: #C8C8C8. Windows color (decimal): -478278 or 12235768. OLE color: 12235768.

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

Color convert

RGB248179186-
CMYK00.280.250.03
HSL353.91º83.13%83.73%-
HSV(B)353.91º27.82%97.25%-
XYZ63.6955.7453.86-
YUV200.43119.86161.93-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.46%
GREEN value IS 179 (70.31% from 255) = 29.20%
BLUE value IS 186 (73.05% from 255) = 30.34%
R=40.46%
G=29.20%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817918600.280.250.03353.9183.1383.73
HexF8B3BA01C1931625354
Octal370263272034313542123124
Binary111110001011001110111010011100110011110110001010100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B3BA; }

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

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

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

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

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

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

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

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