#F7B4CF

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

Shades of Lavender Pink #F7B4CF

Tints of Lavender Pink #F7B4CF

Color information

#F7B4CF (or 0xF7B4CF) is unknown color: approx Lavender Pink. HEX triplet: F7, B4 and CF. RGB value is (247,180,207). Sum of RGB (Red+Green+Blue) = 247+180+207=634 (83% of max value = 765). Red value is 247 (96.88% from 255 or 38.96% from 634); Green value is 180 (70.70% from 255 or 28.39% from 634); Blue value is 207 (81.25% from 255 or 32.65% from 634); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B4CF is #084B30. Grayscale: #CBCBCB. Windows color (decimal): -543537 or 13612279. OLE color: 13612279.

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

Color convert

RGB247180207-
CMYK00.270.160.03
HSL335.82º80.72%83.73%-
HSV(B)335.82º27.13%96.86%-
XYZ65.9456.9266.54-
YUV203.11130.2159.3-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.96%
GREEN value IS 180 (70.70% from 255) = 28.39%
BLUE value IS 207 (81.25% from 255) = 32.65%
R=38.96%
G=28.39%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718020700.270.160.03335.8280.7283.73
HexF7B4CF01B1031505154
Octal367264317033203520121124
Binary111101111011010011001111011011100001110101000010100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B4CF; }

 p { color: rgb(247,180,207); }

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

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

 a { background-color: rgb(247,180,207); }

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

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

 span { border-color: rgb(247,180,207); }

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