#F8B1D0

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

Shades of Lavender Pink #F8B1D0

Tints of Lavender Pink #F8B1D0

Color information

#F8B1D0 (or 0xF8B1D0) is unknown color: approx Lavender Pink. HEX triplet: F8, B1 and D0. RGB value is (248,177,208). Sum of RGB (Red+Green+Blue) = 248+177+208=633 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.18% from 633); Green value is 177 (69.53% from 255 or 27.96% from 633); Blue value is 208 (81.64% from 255 or 32.86% from 633); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B1D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8B1D0 is #074E2F. Grayscale: #C9C9C9. Windows color (decimal): -478768 or 13677048. OLE color: 13677048.

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

Color convert

RGB248177208-
CMYK00.290.160.03
HSL333.8º83.53%83.33%-
HSV(B)333.8º28.63%97.25%-
XYZ65.8255.9567.01-
YUV201.76131.52160.98-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.18%
GREEN value IS 177 (69.53% from 255) = 27.96%
BLUE value IS 208 (81.64% from 255) = 32.86%
R=39.18%
G=27.96%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817720800.290.160.03333.883.5383.33
HexF8B1D001D10314e5453
Octal370261320035203516124123
Binary111110001011000111010000011101100001110100111010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B1D0; }

 p { color: rgb(248,177,208); }

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

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

 a { background-color: rgb(248,177,208); }

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

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

 span { border-color: rgb(248,177,208); }

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