#F8B7C1

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

Shades of Light Pink #F8B7C1

Tints of Light Pink #F8B7C1

Color information

#F8B7C1 (or 0xF8B7C1) is unknown color: approx Light Pink. HEX triplet: F8, B7 and C1. RGB value is (248,183,193). Sum of RGB (Red+Green+Blue) = 248+183+193=624 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.74% from 624); Green value is 183 (71.88% from 255 or 29.33% from 624); Blue value is 193 (75.78% from 255 or 30.93% from 624); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B7C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B7C1 is #07483E. Grayscale: #CBCBCB. Windows color (decimal): -477247 or 12695544. OLE color: 12695544.

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

Color convert

RGB248183193-
CMYK00.260.220.03
HSL350.77º82.28%84.51%-
HSV(B)350.77º26.21%97.25%-
XYZ65.2757.6758.14-
YUV203.58122.03159.69-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.74%
GREEN value IS 183 (71.88% from 255) = 29.33%
BLUE value IS 193 (75.78% from 255) = 30.93%
R=39.74%
G=29.33%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818319300.260.220.03350.7782.2884.51
HexF8B7C101A16315f5255
Octal370267301032263537122125
Binary111110001011011111000001011010101101110101111110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B7C1; }

 p { color: rgb(248,183,193); }

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

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

 a { background-color: rgb(248,183,193); }

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

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

 span { border-color: rgb(248,183,193); }

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