#F8B3C0

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

Shades of Light Pink #F8B3C0

Tints of Light Pink #F8B3C0

Color information

#F8B3C0 (or 0xF8B3C0) is unknown color: approx Light Pink. HEX triplet: F8, B3 and C0. RGB value is (248,179,192). Sum of RGB (Red+Green+Blue) = 248+179+192=619 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.06% from 619); Green value is 179 (70.31% from 255 or 28.92% from 619); Blue value is 192 (75.39% from 255 or 31.02% from 619); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B3C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B3C0 is #074C3F. Grayscale: #C9C9C9. Windows color (decimal): -478272 or 12628984. OLE color: 12628984.

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

Color convert

RGB248179192-
CMYK00.280.230.03
HSL348.7º83.13%83.73%-
HSV(B)348.7º27.82%97.25%-
XYZ64.355657.29-
YUV201.11122.86161.44-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.06%
GREEN value IS 179 (70.31% from 255) = 28.92%
BLUE value IS 192 (75.39% from 255) = 31.02%
R=40.06%
G=28.92%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817919200.280.230.03348.783.1383.73
HexF8B3C001C17315d5354
Octal370263300034273535123124
Binary111110001011001111000000011100101111110101110110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B3C0; }

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

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

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

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

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

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

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

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