#F8BDE8

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

Shades of Lavender Rose #F8BDE8

Tints of Lavender Rose #F8BDE8

Color information

#F8BDE8 (or 0xF8BDE8) is unknown color: approx Lavender Rose. HEX triplet: F8, BD and E8. RGB value is (248,189,232). Sum of RGB (Red+Green+Blue) = 248+189+232=669 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.07% from 669); Green value is 189 (74.22% from 255 or 28.25% from 669); Blue value is 232 (91.02% from 255 or 34.68% from 669); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BDE8 is #074217. Grayscale: #D3D3D3. Windows color (decimal): -475672 or 15252984. OLE color: 15252984.

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

Color convert

RGB248189232-
CMYK00.240.060.03
HSL316.27º80.82%85.69%-
HSV(B)316.27º23.79%97.25%-
XYZ71.4762.1884.58-
YUV211.54139.55154-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.07%
GREEN value IS 189 (74.22% from 255) = 28.25%
BLUE value IS 232 (91.02% from 255) = 34.68%
R=37.07%
G=28.25%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818923200.240.060.03316.2780.8285.69
HexF8BDE80186313c5156
Octal37027535003063474121126
Binary1111100010111101111010000110001101110011110010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BDE8; }

 p { color: rgb(248,189,232); }

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

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

 a { background-color: rgb(248,189,232); }

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

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

 span { border-color: rgb(248,189,232); }

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