#F8ACB2

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

Shades of Light Pink #F8ACB2

Tints of Light Pink #F8ACB2

Color information

#F8ACB2 (or 0xF8ACB2) is unknown color: approx Light Pink. HEX triplet: F8, AC and B2. RGB value is (248,172,178). Sum of RGB (Red+Green+Blue) = 248+172+178=598 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.47% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 178 (69.92% from 255 or 29.77% from 598); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ACB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8ACB2 is #07534D. Grayscale: #C3C3C3. Windows color (decimal): -480078 or 11709688. OLE color: 11709688.

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

Color convert

RGB248172178-
CMYK00.310.280.03
HSL355.26º84.44%82.35%-
HSV(B)355.26º30.65%97.25%-
XYZ61.552.6849.05-
YUV195.41118.18165.51-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.47%
GREEN value IS 172 (67.58% from 255) = 28.76%
BLUE value IS 178 (69.92% from 255) = 29.77%
R=41.47%
G=28.76%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817217800.310.280.03355.2684.4482.35
HexF8ACB201F1C31635452
Octal370254262037343543124122
Binary111110001010110010110010011111111001110110001110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ACB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ACB2; }

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

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

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

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

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

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

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

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