#F8A7B0

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

Shades of Light Pink #F8A7B0

Tints of Light Pink #F8A7B0

Color information

#F8A7B0 (or 0xF8A7B0) is unknown color: approx Light Pink. HEX triplet: F8, A7 and B0. RGB value is (248,167,176). Sum of RGB (Red+Green+Blue) = 248+167+176=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 167 (65.62% from 255 or 28.26% from 591); Blue value is 176 (69.14% from 255 or 29.78% from 591); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A7B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A7B0 is #07584F. Grayscale: #C0C0C0. Windows color (decimal): -481360 or 11577336. OLE color: 11577336.

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

Color convert

RGB248167176-
CMYK00.330.290.03
HSL353.33º85.26%81.37%-
HSV(B)353.33º32.66%97.25%-
XYZ60.3750.7347.68-
YUV192.24118.84167.77-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.96%
GREEN value IS 167 (65.62% from 255) = 28.26%
BLUE value IS 176 (69.14% from 255) = 29.78%
R=41.96%
G=28.26%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816717600.330.290.03353.3385.2681.37
HexF8A7B00211D31615551
Octal370247260041353541125121
Binary1111100010100111101100000100001111011110110000110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A7B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A7B0; }

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

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

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

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

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

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

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

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