#F8BDEA

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

Shades of Lavender Rose #F8BDEA

Tints of Lavender Rose #F8BDEA

Color information

#F8BDEA (or 0xF8BDEA) is unknown color: approx Lavender Rose. HEX triplet: F8, BD and EA. RGB value is (248,189,234). Sum of RGB (Red+Green+Blue) = 248+189+234=671 (88% of max value = 765). Red value is 248 (97.27% from 255 or 36.96% from 671); Green value is 189 (74.22% from 255 or 28.17% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BDEA is #074215. Grayscale: #D3D3D3. Windows color (decimal): -475670 or 15384056. OLE color: 15384056.

HSL color Cylindrical-coordinate representation of color #F8BDEA: hue angle of 314.24º 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 #F8BDEA is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB248189234-
CMYK00.240.060.03
HSL314.24º80.82%85.69%-
HSV(B)314.24º23.79%97.25%-
XYZ71.7662.2986.08-
YUV211.77140.55153.84-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.96%
GREEN value IS 189 (74.22% from 255) = 28.17%
BLUE value IS 234 (91.80% from 255) = 34.87%
R=36.96%
G=28.17%
B=34.87%

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
Decimal24818923400.240.060.03314.2480.8285.69
HexF8BDEA0186313a5156
Octal37027535203063472121126
Binary1111100010111101111010100110001101110011101010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BDEA; }

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

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

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

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

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

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

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

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