#F9C3B5

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

Shades of Your Pink #F9C3B5

Tints of Your Pink #F9C3B5

Color information

#F9C3B5 (or 0xF9C3B5) is unknown color: approx Your Pink. HEX triplet: F9, C3 and B5. RGB value is (249,195,181). Sum of RGB (Red+Green+Blue) = 249+195+181=625 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.84% from 625); Green value is 195 (76.56% from 255 or 31.2% from 625); Blue value is 181 (71.09% from 255 or 28.96% from 625); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C3B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C3B5 is #063C4A. Grayscale: #D1D1D1. Windows color (decimal): -408651 or 11912185. OLE color: 11912185.

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

Color convert

RGB249195181-
CMYK00.220.270.02
HSL12.35º85%84.31%-
HSV(B)12.35º27.31%97.65%-
XYZ66.9262.5152.25-
YUV209.55111.89156.14-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.84%
GREEN value IS 195 (76.56% from 255) = 31.2%
BLUE value IS 181 (71.09% from 255) = 28.96%
R=39.84%
G=31.2%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919518100.220.270.0212.358584.31
HexF9C3B50161B2c5554
Octal37130326502633214125124
Binary1111100111000011101101010101101101110110010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C3B5; }

 p { color: rgb(249,195,181); }

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

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

 a { background-color: rgb(249,195,181); }

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

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

 span { border-color: rgb(249,195,181); }

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