#F8A7CF

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

Shades of Lavender Pink #F8A7CF

Tints of Lavender Pink #F8A7CF

Color information

#F8A7CF (or 0xF8A7CF) is unknown color: approx Lavender Pink. HEX triplet: F8, A7 and CF. RGB value is (248,167,207). Sum of RGB (Red+Green+Blue) = 248+167+207=622 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.87% from 622); Green value is 167 (65.62% from 255 or 26.85% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A7CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A7CF is #075830. Grayscale: #C3C3C3. Windows color (decimal): -481329 or 13608952. OLE color: 13608952.

HSL color Cylindrical-coordinate representation of color #F8A7CF: hue angle of 330.37º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8A7CF is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB248167207-
CMYK00.330.170.03
HSL330.37º85.26%81.37%-
HSV(B)330.37º32.66%97.25%-
XYZ63.7952.165.73-
YUV195.78134.34165.25-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.87%
GREEN value IS 167 (65.62% from 255) = 26.85%
BLUE value IS 207 (81.25% from 255) = 33.28%
R=39.87%
G=26.85%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816720700.330.170.03330.3785.2681.37
HexF8A7CF02111314a5551
Octal370247317041213512125121
Binary1111100010100111110011110100001100011110100101010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A7CF; }

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

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

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

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

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

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

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

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