#F8B9C1

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

Shades of Light Pink #F8B9C1

Tints of Light Pink #F8B9C1

Color information

#F8B9C1 (or 0xF8B9C1) is unknown color: approx Light Pink. HEX triplet: F8, B9 and C1. RGB value is (248,185,193). Sum of RGB (Red+Green+Blue) = 248+185+193=626 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.62% from 626); Green value is 185 (72.66% from 255 or 29.55% from 626); Blue value is 193 (75.78% from 255 or 30.83% from 626); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B9C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B9C1 is #07463E. Grayscale: #CCCCCC. Windows color (decimal): -476735 or 12696056. OLE color: 12696056.

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

Color convert

RGB248185193-
CMYK00.250.220.03
HSL352.38º81.82%84.9%-
HSV(B)352.38º25.4%97.25%-
XYZ65.6958.558.28-
YUV204.75121.37158.85-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.62%
GREEN value IS 185 (72.66% from 255) = 29.55%
BLUE value IS 193 (75.78% from 255) = 30.83%
R=39.62%
G=29.55%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818519300.250.220.03352.3881.8284.9
HexF8B9C10191631605255
Octal370271301031263540122125
Binary111110001011100111000001011001101101110110000010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B9C1; }

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

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

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

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

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

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

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

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