#FFB0F6

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

Shades of Lavender Rose #FFB0F6

Tints of Lavender Rose #FFB0F6

Color information

#FFB0F6 (or 0xFFB0F6) is unknown color: approx Lavender Rose. HEX triplet: FF, B0 and F6. RGB value is (255,176,246). Sum of RGB (Red+Green+Blue) = 255+176+246=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 176 (69.14% from 255 or 26.00% from 677); Blue value is 246 (96.48% from 255 or 36.34% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB0F6 is #004F09. Grayscale: #CFCFCF. Windows color (decimal): -20234 or 16167167. OLE color: 16167167.

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

Color convert

RGB255176246-
CMYK00.310.040
HSL306.84º100%84.51%-
HSV(B)306.84º30.98%100%-
XYZ73.458.9694.7-
YUV207.6149.67161.81-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.67%
GREEN value IS 176 (69.14% from 255) = 26.00%
BLUE value IS 246 (96.48% from 255) = 36.34%
R=37.67%
G=26.00%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517624600.310.040306.8410084.51
HexFFB0F601F401336455
Octal37726036603740463144125
Binary111111111011000011110110011111100010011001111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB0F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB0F6; }

 p { color: rgb(255,176,246); }

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

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

 a { background-color: rgb(255,176,246); }

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

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

 span { border-color: rgb(255,176,246); }

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