#F5ACCF

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

Shades of Lavender Pink #F5ACCF

Tints of Lavender Pink #F5ACCF

Color information

#F5ACCF (or 0xF5ACCF) is unknown color: approx Lavender Pink. HEX triplet: F5, AC and CF. RGB value is (245,172,207). Sum of RGB (Red+Green+Blue) = 245+172+207=624 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.26% from 624); Green value is 172 (67.58% from 255 or 27.56% from 624); Blue value is 207 (81.25% from 255 or 33.17% from 624); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ACCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ACCF is #0A5330. Grayscale: #C5C5C5. Windows color (decimal): -676657 or 13610229. OLE color: 13610229.

HSL color Cylindrical-coordinate representation of color #F5ACCF: hue angle of 331.23º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5ACCF is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB245172207-
CMYK00.300.160.04
HSL331.23º78.49%81.76%-
HSV(B)331.23º29.8%96.08%-
XYZ63.6753.4265.99-
YUV197.82133.18161.65-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.26%
GREEN value IS 172 (67.58% from 255) = 27.56%
BLUE value IS 207 (81.25% from 255) = 33.17%
R=39.26%
G=27.56%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517220700.300.160.04331.2378.4981.76
HexF5ACCF01E10414b4e52
Octal365254317036204513116122
Binary1111010110101100110011110111101000010010100101110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ACCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ACCF; }

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

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

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

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

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

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

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

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