#F9C1B5

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

Shades of Your Pink #F9C1B5

Tints of Your Pink #F9C1B5

Color information

#F9C1B5 (or 0xF9C1B5) is unknown color: approx Your Pink. HEX triplet: F9, C1 and B5. RGB value is (249,193,181). Sum of RGB (Red+Green+Blue) = 249+193+181=623 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.97% from 623); Green value is 193 (75.78% from 255 or 30.98% from 623); Blue value is 181 (71.09% from 255 or 29.05% from 623); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C1B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C1B5 is #063E4A. Grayscale: #D0D0D0. Windows color (decimal): -409163 or 11911673. OLE color: 11911673.

HSL color Cylindrical-coordinate representation of color #F9C1B5: hue angle of 10.59º 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 #F9C1B5 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB249193181-
CMYK00.220.270.02
HSL10.59º85%84.31%-
HSV(B)10.59º27.31%97.65%-
XYZ66.4861.6252.11-
YUV208.38112.55156.98-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.97%
GREEN value IS 193 (75.78% from 255) = 30.98%
BLUE value IS 181 (71.09% from 255) = 29.05%
R=39.97%
G=30.98%
B=29.05%

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
Decimal24919318100.220.270.0210.598584.31
HexF9C1B50161B2b5554
Octal37130126502633213125124
Binary1111100111000001101101010101101101110101110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C1B5; }

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

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

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

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

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

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

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

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