#F7B2D2

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

Shades of Lavender Pink #F7B2D2

Tints of Lavender Pink #F7B2D2

Color information

#F7B2D2 (or 0xF7B2D2) is unknown color: approx Lavender Pink. HEX triplet: F7, B2 and D2. RGB value is (247,178,210). Sum of RGB (Red+Green+Blue) = 247+178+210=635 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.90% from 635); Green value is 178 (69.92% from 255 or 28.03% from 635); Blue value is 210 (82.42% from 255 or 33.07% from 635); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B2D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7B2D2 is #084D2D. Grayscale: #CACACA. Windows color (decimal): -544046 or 13808375. OLE color: 13808375.

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

Color convert

RGB247178210-
CMYK00.280.150.03
HSL332.17º81.18%83.33%-
HSV(B)332.17º27.94%96.86%-
XYZ65.9156.2768.36-
YUV202.28132.36159.9-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.90%
GREEN value IS 178 (69.92% from 255) = 28.03%
BLUE value IS 210 (82.42% from 255) = 33.07%
R=38.90%
G=28.03%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717821000.280.150.03332.1781.1883.33
HexF7B2D201CF314c5153
Octal367262322034173514121123
Binary11110111101100101101001001110011111110100110010100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B2D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B2D2; }

 p { color: rgb(247,178,210); }

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

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

 a { background-color: rgb(247,178,210); }

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

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

 span { border-color: rgb(247,178,210); }

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