#F8B0B3

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

Shades of Light Pink #F8B0B3

Tints of Light Pink #F8B0B3

Color information

#F8B0B3 (or 0xF8B0B3) is unknown color: approx Light Pink. HEX triplet: F8, B0 and B3. RGB value is (248,176,179). Sum of RGB (Red+Green+Blue) = 248+176+179=603 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.13% from 603); Green value is 176 (69.14% from 255 or 29.19% from 603); Blue value is 179 (70.31% from 255 or 29.68% from 603); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B0B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8B0B3 is #074F4C. Grayscale: #C5C5C5. Windows color (decimal): -479053 or 11776248. OLE color: 11776248.

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

Color convert

RGB248176179-
CMYK00.290.280.03
HSL357.5º83.72%83.14%-
HSV(B)357.5º29.03%97.25%-
XYZ62.3754.2649.83-
YUV197.87117.35163.76-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.13%
GREEN value IS 176 (69.14% from 255) = 29.19%
BLUE value IS 179 (70.31% from 255) = 29.68%
R=41.13%
G=29.19%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817617900.290.280.03357.583.7283.14
HexF8B0B301D1C31665453
Octal370260263035343546124123
Binary111110001011000010110011011101111001110110011010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B0B3; }

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

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

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

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

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

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

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

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