#F8ACCF

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

Shades of Lavender Pink #F8ACCF

Tints of Lavender Pink #F8ACCF

Color information

#F8ACCF (or 0xF8ACCF) is unknown color: approx Lavender Pink. HEX triplet: F8, AC and CF. RGB value is (248,172,207). Sum of RGB (Red+Green+Blue) = 248+172+207=627 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.55% from 627); Green value is 172 (67.58% from 255 or 27.43% from 627); Blue value is 207 (81.25% from 255 or 33.01% from 627); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ACCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ACCF is #075330. Grayscale: #C6C6C6. Windows color (decimal): -480049 or 13610232. OLE color: 13610232.

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

Color convert

RGB248172207-
CMYK00.310.170.03
HSL332.37º84.44%82.35%-
HSV(B)332.37º30.65%97.25%-
XYZ64.7353.9766.04-
YUV198.71132.68163.15-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.55%
GREEN value IS 172 (67.58% from 255) = 27.43%
BLUE value IS 207 (81.25% from 255) = 33.01%
R=39.55%
G=27.43%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817220700.310.170.03332.3784.4482.35
HexF8ACCF01F11314c5452
Octal370254317037213514124122
Binary111110001010110011001111011111100011110100110010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ACCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ACCF; }

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

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

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

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

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

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

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

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