#F8B2D7

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

Shades of Lavender Pink #F8B2D7

Tints of Lavender Pink #F8B2D7

Color information

#F8B2D7 (or 0xF8B2D7) is unknown color: approx Lavender Pink. HEX triplet: F8, B2 and D7. RGB value is (248,178,215). Sum of RGB (Red+Green+Blue) = 248+178+215=641 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.69% from 641); Green value is 178 (69.92% from 255 or 27.77% from 641); Blue value is 215 (84.38% from 255 or 33.54% from 641); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B2D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8B2D7 is #074D28. Grayscale: #CBCBCB. Windows color (decimal): -478505 or 14136056. OLE color: 14136056.

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

Color convert

RGB248178215-
CMYK00.280.130.03
HSL328.29º83.33%83.53%-
HSV(B)328.29º28.23%97.25%-
XYZ66.956.771.71-
YUV203.15134.69159.99-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.69%
GREEN value IS 178 (69.92% from 255) = 27.77%
BLUE value IS 215 (84.38% from 255) = 33.54%
R=38.69%
G=27.77%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817821500.280.130.03328.2983.3383.53
HexF8B2D701CD31485354
Octal370262327034153510123124
Binary11111000101100101101011101110011011110100100010100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B2D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B2D7; }

 p { color: rgb(248,178,215); }

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

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

 a { background-color: rgb(248,178,215); }

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

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

 span { border-color: rgb(248,178,215); }

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