#F8BBC7

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

Shades of Pink #F8BBC7

Tints of Pink #F8BBC7

Color information

#F8BBC7 (or 0xF8BBC7) is unknown color: approx Pink. HEX triplet: F8, BB and C7. RGB value is (248,187,199). Sum of RGB (Red+Green+Blue) = 248+187+199=634 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.12% from 634); Green value is 187 (73.44% from 255 or 29.50% from 634); Blue value is 199 (78.12% from 255 or 31.39% from 634); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BBC7 is #074438. Grayscale: #CECECE. Windows color (decimal): -476217 or 13089784. OLE color: 13089784.

HSL color Cylindrical-coordinate representation of color #F8BBC7: hue angle of 348.2º degrees, saturation: 0.81, 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 #F8BBC7 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB248187199-
CMYK00.250.200.03
HSL348.2º81.33%85.29%-
HSV(B)348.2º24.6%97.25%-
XYZ66.7959.6262.02-
YUV206.61123.71157.52-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.12%
GREEN value IS 187 (73.44% from 255) = 29.50%
BLUE value IS 199 (78.12% from 255) = 31.39%
R=39.12%
G=29.50%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818719900.250.200.03348.281.3385.29
HexF8BBC701914315c5155
Octal370273307031243534121125
Binary111110001011101111000111011001101001110101110010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BBC7; }

 p { color: rgb(248,187,199); }

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

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

 a { background-color: rgb(248,187,199); }

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

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

 span { border-color: rgb(248,187,199); }

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