#F8BBC9

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

Shades of Pink #F8BBC9

Tints of Pink #F8BBC9

Color information

#F8BBC9 (or 0xF8BBC9) is unknown color: approx Pink. HEX triplet: F8, BB and C9. RGB value is (248,187,201). Sum of RGB (Red+Green+Blue) = 248+187+201=636 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.99% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 201 (78.91% from 255 or 31.60% from 636); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BBC9 is #074436. Grayscale: #CECECE. Windows color (decimal): -476215 or 13220856. OLE color: 13220856.

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

Color convert

RGB248187201-
CMYK00.250.190.03
HSL346.23º81.33%85.29%-
HSV(B)346.23º24.6%97.25%-
XYZ67.0259.7163.25-
YUV206.83124.71157.36-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.99%
GREEN value IS 187 (73.44% from 255) = 29.40%
BLUE value IS 201 (78.91% from 255) = 31.60%
R=38.99%
G=29.40%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818720100.250.190.03346.2381.3385.29
HexF8BBC901913315a5155
Octal370273311031233532121125
Binary111110001011101111001001011001100111110101101010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BBC9; }

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

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

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

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

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

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

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

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