#F8ACB4

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

Shades of Light Pink #F8ACB4

Tints of Light Pink #F8ACB4

Color information

#F8ACB4 (or 0xF8ACB4) is unknown color: approx Light Pink. HEX triplet: F8, AC and B4. RGB value is (248,172,180). Sum of RGB (Red+Green+Blue) = 248+172+180=600 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.33% from 600); Green value is 172 (67.58% from 255 or 28.67% from 600); Blue value is 180 (70.70% from 255 or 30% from 600); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ACB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ACB4 is #07534B. Grayscale: #C3C3C3. Windows color (decimal): -480076 or 11840760. OLE color: 11840760.

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

Color convert

RGB248172180-
CMYK00.310.270.03
HSL353.68º84.44%82.35%-
HSV(B)353.68º30.65%97.25%-
XYZ61.752.7650.11-
YUV195.64119.18165.35-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.33%
GREEN value IS 172 (67.58% from 255) = 28.67%
BLUE value IS 180 (70.70% from 255) = 30%
R=41.33%
G=28.67%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817218000.310.270.03353.6884.4482.35
HexF8ACB401F1B31625452
Octal370254264037333542124122
Binary111110001010110010110100011111110111110110001010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ACB4; }

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

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

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

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

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

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

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

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