#F8B3EA

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

Shades of Lavender Rose #F8B3EA

Tints of Lavender Rose #F8B3EA

Color information

#F8B3EA (or 0xF8B3EA) is unknown color: approx Lavender Rose. HEX triplet: F8, B3 and EA. RGB value is (248,179,234). Sum of RGB (Red+Green+Blue) = 248+179+234=661 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.52% from 661); Green value is 179 (70.31% from 255 or 27.08% from 661); Blue value is 234 (91.80% from 255 or 35.40% from 661); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8B3EA is #074C15. Grayscale: #CDCDCD. Windows color (decimal): -478230 or 15381496. OLE color: 15381496.

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

Color convert

RGB248179234-
CMYK00.280.060.03
HSL312.17º83.13%83.73%-
HSV(B)312.17º27.82%97.25%-
XYZ69.6858.1485.39-
YUV205.9143.86158.03-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.52%
GREEN value IS 179 (70.31% from 255) = 27.08%
BLUE value IS 234 (91.80% from 255) = 35.40%
R=37.52%
G=27.08%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817923400.280.060.03312.1783.1383.73
HexF8B3EA01C631385354
Octal37026335203463470123124
Binary1111100010110011111010100111001101110011100010100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B3EA; }

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

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

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

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

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

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

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

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