#F8B4BF

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

Shades of Light Pink #F8B4BF

Tints of Light Pink #F8B4BF

Color information

#F8B4BF (or 0xF8B4BF) is unknown color: approx Light Pink. HEX triplet: F8, B4 and BF. RGB value is (248,180,191). Sum of RGB (Red+Green+Blue) = 248+180+191=619 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.06% from 619); Green value is 180 (70.70% from 255 or 29.08% from 619); Blue value is 191 (75% from 255 or 30.86% from 619); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B4BF is #074B40. Grayscale: #C9C9C9. Windows color (decimal): -478017 or 12563704. OLE color: 12563704.

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

Color convert

RGB248180191-
CMYK00.270.230.03
HSL350.29º82.93%83.92%-
HSV(B)350.29º27.42%97.25%-
XYZ64.4456.3656.77-
YUV201.59122.03161.11-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.06%
GREEN value IS 180 (70.70% from 255) = 29.08%
BLUE value IS 191 (75% from 255) = 30.86%
R=40.06%
G=29.08%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818019100.270.230.03350.2982.9383.92
HexF8B4BF01B17315e5354
Octal370264277033273536123124
Binary111110001011010010111111011011101111110101111010100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B4BF; }

 p { color: rgb(248,180,191); }

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

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

 a { background-color: rgb(248,180,191); }

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

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

 span { border-color: rgb(248,180,191); }

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