#FFB0E6

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

Shades of Lavender Rose #FFB0E6

Tints of Lavender Rose #FFB0E6

Color information

#FFB0E6 (or 0xFFB0E6) is unknown color: approx Lavender Rose. HEX triplet: FF, B0 and E6. RGB value is (255,176,230). Sum of RGB (Red+Green+Blue) = 255+176+230=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 176 (69.14% from 255 or 26.63% from 661); Blue value is 230 (90.23% from 255 or 34.80% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB0E6 is #004F19. Grayscale: #CDCDCD. Windows color (decimal): -20250 or 15118591. OLE color: 15118591.

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

Color convert

RGB255176230-
CMYK00.310.100
HSL318.99º100%84.51%-
HSV(B)318.99º30.98%100%-
XYZ71.0558.0282.32-
YUV205.78141.67163.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.58%
GREEN value IS 176 (69.14% from 255) = 26.63%
BLUE value IS 230 (90.23% from 255) = 34.80%
R=38.58%
G=26.63%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517623000.310.100318.9910084.51
HexFFB0E601FA013f6455
Octal377260346037120477144125
Binary1111111110110000111001100111111010010011111111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB0E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB0E6; }

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

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

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

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

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

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

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

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