#F8ACAD

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

Shades of Light Pink #F8ACAD

Tints of Light Pink #F8ACAD

Color information

#F8ACAD (or 0xF8ACAD) is unknown color: approx Light Pink. HEX triplet: F8, AC and AD. RGB value is (248,172,173). Sum of RGB (Red+Green+Blue) = 248+172+173=593 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.82% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 173 (67.97% from 255 or 29.17% from 593); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ACAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8ACAD is #075352. Grayscale: #C2C2C2. Windows color (decimal): -480083 or 11382008. OLE color: 11382008.

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

Color convert

RGB248172173-
CMYK00.310.300.03
HSL359.21º84.44%82.35%-
HSV(B)359.21º30.65%97.25%-
XYZ61.0152.4846.45-
YUV194.84115.68165.92-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.82%
GREEN value IS 172 (67.58% from 255) = 29.01%
BLUE value IS 173 (67.97% from 255) = 29.17%
R=41.82%
G=29.01%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817217300.310.300.03359.2184.4482.35
HexF8ACAD01F1E31675452
Octal370254255037363547124122
Binary111110001010110010101101011111111101110110011110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ACAD; }

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

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

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

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

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

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

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

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