#FFB3F8

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

Shades of Lavender Rose #FFB3F8

Tints of Lavender Rose #FFB3F8

Color information

#FFB3F8 (or 0xFFB3F8) is unknown color: approx Lavender Rose. HEX triplet: FF, B3 and F8. RGB value is (255,179,248). Sum of RGB (Red+Green+Blue) = 255+179+248=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 179 (70.31% from 255 or 26.25% from 682); Blue value is 248 (97.27% from 255 or 36.36% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB3F8 is #004C07. Grayscale: #D1D1D1. Windows color (decimal): -19464 or 16299007. OLE color: 16299007.

HSL color Cylindrical-coordinate representation of color #FFB3F8: hue angle of 305.53º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFB3F8 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB255179248-
CMYK00.300.030
HSL305.53º100%85.1%-
HSV(B)305.53º29.8%100%-
XYZ74.360.2896.53-
YUV209.59149.68160.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.39%
GREEN value IS 179 (70.31% from 255) = 26.25%
BLUE value IS 248 (97.27% from 255) = 36.36%
R=37.39%
G=26.25%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517924800.300.030305.5310085.1
HexFFB3F801E301326455
Octal37726337003630462144125
Binary11111111101100111111100001111011010011001011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB3F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB3F8; }

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

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

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

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

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

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

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

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