#F9C8BF

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

Shades of Your Pink #F9C8BF

Tints of Your Pink #F9C8BF

Color information

#F9C8BF (or 0xF9C8BF) is unknown color: approx Your Pink. HEX triplet: F9, C8 and BF. RGB value is (249,200,191). Sum of RGB (Red+Green+Blue) = 249+200+191=640 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.91% from 640); Green value is 200 (78.52% from 255 or 31.25% from 640); Blue value is 191 (75% from 255 or 29.84% from 640); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C8BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C8BF is #063740. Grayscale: #D5D5D5. Windows color (decimal): -407361 or 12568825. OLE color: 12568825.

HSL color Cylindrical-coordinate representation of color #F9C8BF: hue angle of 9.31º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F9C8BF is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB249200191-
CMYK00.200.230.02
HSL9.31º82.86%86.27%-
HSV(B)9.31º23.29%97.65%-
XYZ69.1365.2158.23-
YUV213.62115.23153.23-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.91%
GREEN value IS 200 (78.52% from 255) = 31.25%
BLUE value IS 191 (75% from 255) = 29.84%
R=38.91%
G=31.25%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920019100.200.230.029.3182.8686.27
HexF9C8BF01417295356
Octal37131027702427211123126
Binary1111100111001000101111110101001011110100110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C8BF; }

 p { color: rgb(249,200,191); }

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

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

 a { background-color: rgb(249,200,191); }

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

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

 span { border-color: rgb(249,200,191); }

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