#FFB8F7

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

Shades of Lavender Rose #FFB8F7

Tints of Lavender Rose #FFB8F7

Color information

#FFB8F7 (or 0xFFB8F7) is unknown color: approx Lavender Rose. HEX triplet: FF, B8 and F7. RGB value is (255,184,247). Sum of RGB (Red+Green+Blue) = 255+184+247=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 184 (72.27% from 255 or 26.82% from 686); Blue value is 247 (96.88% from 255 or 36.01% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB8F7 is #004708. Grayscale: #D4D4D4. Windows color (decimal): -18185 or 16234751. OLE color: 16234751.

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

Color convert

RGB255184247-
CMYK00.280.030
HSL306.76º100%86.08%-
HSV(B)306.76º27.84%100%-
XYZ75.1762.2696.05-
YUV212.41147.52158.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.17%
GREEN value IS 184 (72.27% from 255) = 26.82%
BLUE value IS 247 (96.88% from 255) = 36.01%
R=37.17%
G=26.82%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518424700.280.030306.7610086.08
HexFFB8F701C301336456
Octal37727036703430463144126
Binary11111111101110001111011101110011010011001111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB8F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB8F7; }

 p { color: rgb(255,184,247); }

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

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

 a { background-color: rgb(255,184,247); }

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

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

 span { border-color: rgb(255,184,247); }

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