#F8ACCC

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

Shades of Lavender Pink #F8ACCC

Tints of Lavender Pink #F8ACCC

Color information

#F8ACCC (or 0xF8ACCC) is unknown color: approx Lavender Pink. HEX triplet: F8, AC and CC. RGB value is (248,172,204). Sum of RGB (Red+Green+Blue) = 248+172+204=624 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.74% from 624); Green value is 172 (67.58% from 255 or 27.56% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ACCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ACCC is #075333. Grayscale: #C6C6C6. Windows color (decimal): -480052 or 13413624. OLE color: 13413624.

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

Color convert

RGB248172204-
CMYK00.310.180.03
HSL334.74º84.44%82.35%-
HSV(B)334.74º30.65%97.25%-
XYZ64.3653.8264.12-
YUV198.37131.18163.4-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.74%
GREEN value IS 172 (67.58% from 255) = 27.56%
BLUE value IS 204 (80.08% from 255) = 32.69%
R=39.74%
G=27.56%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817220400.310.180.03334.7484.4482.35
HexF8ACCC01F12314f5452
Octal370254314037223517124122
Binary111110001010110011001100011111100101110100111110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ACCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ACCC; }

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

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

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

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

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

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

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

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