#F9C4BB

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

Shades of Your Pink #F9C4BB

Tints of Your Pink #F9C4BB

Color information

#F9C4BB (or 0xF9C4BB) is unknown color: approx Your Pink. HEX triplet: F9, C4 and BB. RGB value is (249,196,187). Sum of RGB (Red+Green+Blue) = 249+196+187=632 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.40% from 632); Green value is 196 (76.95% from 255 or 31.01% from 632); Blue value is 187 (73.44% from 255 or 29.59% from 632); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C4BB is #063B44. Grayscale: #D2D2D2. Windows color (decimal): -408389 or 12305657. OLE color: 12305657.

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

Color convert

RGB249196187-
CMYK00.210.250.02
HSL8.71º83.78%85.49%-
HSV(B)8.71º24.9%97.65%-
XYZ67.7863.2155.64-
YUV210.82114.56155.23-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.40%
GREEN value IS 196 (76.95% from 255) = 31.01%
BLUE value IS 187 (73.44% from 255) = 29.59%
R=39.40%
G=31.01%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919618700.210.250.028.7183.7885.49
HexF9C4BB01519295455
Octal37130427302531211124125
Binary1111100111000100101110110101011100110100110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C4BB; }

 p { color: rgb(249,196,187); }

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

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

 a { background-color: rgb(249,196,187); }

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

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

 span { border-color: rgb(249,196,187); }

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