#F8B9C5

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

Shades of Light Pink #F8B9C5

Tints of Light Pink #F8B9C5

Color information

#F8B9C5 (or 0xF8B9C5) is unknown color: approx Light Pink. HEX triplet: F8, B9 and C5. RGB value is (248,185,197). Sum of RGB (Red+Green+Blue) = 248+185+197=630 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.37% from 630); Green value is 185 (72.66% from 255 or 29.37% from 630); Blue value is 197 (77.34% from 255 or 31.27% from 630); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B9C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B9C5 is #07463A. Grayscale: #CDCDCD. Windows color (decimal): -476731 or 12958200. OLE color: 12958200.

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

Color convert

RGB248185197-
CMYK00.250.210.03
HSL348.57º81.82%84.9%-
HSV(B)348.57º25.4%97.25%-
XYZ66.1458.6960.66-
YUV205.2123.37158.52-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.37%
GREEN value IS 185 (72.66% from 255) = 29.37%
BLUE value IS 197 (77.34% from 255) = 31.27%
R=39.37%
G=29.37%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818519700.250.210.03348.5781.8284.9
HexF8B9C501915315d5255
Octal370271305031253535122125
Binary111110001011100111000101011001101011110101110110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B9C5; }

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

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

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

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

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

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

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

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