#F9B9C5

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

Shades of Light Pink #F9B9C5

Tints of Light Pink #F9B9C5

Color information

#F9B9C5 (or 0xF9B9C5) is unknown color: approx Light Pink. HEX triplet: F9, B9 and C5. RGB value is (249,185,197). Sum of RGB (Red+Green+Blue) = 249+185+197=631 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.46% from 631); Green value is 185 (72.66% from 255 or 29.32% from 631); Blue value is 197 (77.34% from 255 or 31.22% from 631); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B9C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B9C5 is #06463A. Grayscale: #CDCDCD. Windows color (decimal): -411195 or 12958201. OLE color: 12958201.

HSL color Cylindrical-coordinate representation of color #F9B9C5: hue angle of 348.75º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F9B9C5 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB249185197-
CMYK00.260.210.02
HSL348.75º84.21%85.1%-
HSV(B)348.75º25.7%97.65%-
XYZ66.4958.8760.68-
YUV205.5123.2159.02-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.46%
GREEN value IS 185 (72.66% from 255) = 29.32%
BLUE value IS 197 (77.34% from 255) = 31.22%
R=39.46%
G=29.32%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918519700.260.210.02348.7584.2185.1
HexF9B9C501A15215d5455
Octal371271305032252535124125
Binary111110011011100111000101011010101011010101110110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B9C5; }

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

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

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

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

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

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

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

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