#F9ACBB

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

Shades of Light Pink #F9ACBB

Tints of Light Pink #F9ACBB

Color information

#F9ACBB (or 0xF9ACBB) is unknown color: approx Light Pink. HEX triplet: F9, AC and BB. RGB value is (249,172,187). Sum of RGB (Red+Green+Blue) = 249+172+187=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ACBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ACBB is #065344. Grayscale: #C4C4C4. Windows color (decimal): -414533 or 12299513. OLE color: 12299513.

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

Color convert

RGB249172187-
CMYK00.310.250.02
HSL348.31º86.52%82.55%-
HSV(B)348.31º30.92%97.65%-
XYZ62.7953.2353.98-
YUV196.73122.51165.28-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.95%
GREEN value IS 172 (67.58% from 255) = 28.29%
BLUE value IS 187 (73.44% from 255) = 30.76%
R=40.95%
G=28.29%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917218700.310.250.02348.3186.5282.55
HexF9ACBB01F19215c5753
Octal371254273037312534127123
Binary111110011010110010111011011111110011010101110010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9ACBB; }

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

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

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

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

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

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

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

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