#FFB8F2

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

Shades of Lavender Rose #FFB8F2

Tints of Lavender Rose #FFB8F2

Color information

#FFB8F2 (or 0xFFB8F2) is unknown color: approx Lavender Rose. HEX triplet: FF, B8 and F2. RGB value is (255,184,242). Sum of RGB (Red+Green+Blue) = 255+184+242=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 184 (72.27% from 255 or 27.02% from 681); Blue value is 242 (94.92% from 255 or 35.54% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB8F2 is #00470D. Grayscale: #D3D3D3. Windows color (decimal): -18190 or 15907071. OLE color: 15907071.

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

Color convert

RGB255184242-
CMYK00.280.050
HSL310.99º100%86.08%-
HSV(B)310.99º27.84%100%-
XYZ74.4161.9592.04-
YUV211.84145.02158.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.44%
GREEN value IS 184 (72.27% from 255) = 27.02%
BLUE value IS 242 (94.92% from 255) = 35.54%
R=37.44%
G=27.02%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518424200.280.050310.9910086.08
HexFFB8F201C501376456
Octal37727036203450467144126
Binary111111111011100011110010011100101010011011111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB8F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB8F2; }

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

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

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

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

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

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

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

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