#F9C6B5

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

Shades of Your Pink #F9C6B5

Tints of Your Pink #F9C6B5

Color information

#F9C6B5 (or 0xF9C6B5) is unknown color: approx Your Pink. HEX triplet: F9, C6 and B5. RGB value is (249,198,181). Sum of RGB (Red+Green+Blue) = 249+198+181=628 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.65% from 628); Green value is 198 (77.73% from 255 or 31.53% from 628); Blue value is 181 (71.09% from 255 or 28.82% from 628); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C6B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C6B5 is #06394A. Grayscale: #D3D3D3. Windows color (decimal): -407883 or 11912953. OLE color: 11912953.

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

Color convert

RGB249198181-
CMYK00.200.270.02
HSL15º85%84.31%-
HSV(B)15º27.31%97.65%-
XYZ67.663.8652.48-
YUV211.31110.9154.88-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.65%
GREEN value IS 198 (77.73% from 255) = 31.53%
BLUE value IS 181 (71.09% from 255) = 28.82%
R=39.65%
G=31.53%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919818100.200.270.02158584.31
HexF9C6B50141B2f5554
Octal37130626502433217125124
Binary1111100111000110101101010101001101110111110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C6B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C6B5; }

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

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

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

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

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

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

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

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