#F8ACB8

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

Shades of Light Pink #F8ACB8

Tints of Light Pink #F8ACB8

Color information

#F8ACB8 (or 0xF8ACB8) is unknown color: approx Light Pink. HEX triplet: F8, AC and B8. RGB value is (248,172,184). Sum of RGB (Red+Green+Blue) = 248+172+184=604 (80% of max value = 765). Red value is 248 (97.27% from 255 or 41.06% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 184 (72.27% from 255 or 30.46% from 604); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ACB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ACB8 is #075347. Grayscale: #C4C4C4. Windows color (decimal): -480072 or 12102904. OLE color: 12102904.

HSL color Cylindrical-coordinate representation of color #F8ACB8: hue angle of 350.53º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8ACB8 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB248172184-
CMYK00.310.260.03
HSL350.53º84.44%82.35%-
HSV(B)350.53º30.65%97.25%-
XYZ62.1252.9252.29-
YUV196.09121.18165.02-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.06%
GREEN value IS 172 (67.58% from 255) = 28.48%
BLUE value IS 184 (72.27% from 255) = 30.46%
R=41.06%
G=28.48%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817218400.310.260.03350.5384.4482.35
HexF8ACB801F1A315f5452
Octal370254270037323537124122
Binary111110001010110010111000011111110101110101111110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ACB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ACB8; }

 p { color: rgb(248,172,184); }

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

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

 a { background-color: rgb(248,172,184); }

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

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

 span { border-color: rgb(248,172,184); }

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