#FFB5FC

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

Shades of Lavender Rose #FFB5FC

Tints of Lavender Rose #FFB5FC

Color information

#FFB5FC (or 0xFFB5FC) is unknown color: approx Lavender Rose. HEX triplet: FF, B5 and FC. RGB value is (255,181,252). Sum of RGB (Red+Green+Blue) = 255+181+252=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 181 (71.09% from 255 or 26.31% from 688); Blue value is 252 (98.83% from 255 or 36.63% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB5FC is #004A03. Grayscale: #D3D3D3. Windows color (decimal): -18948 or 16561663. OLE color: 16561663.

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

Color convert

RGB255181252-
CMYK00.290.010
HSL302.43º100%85.49%-
HSV(B)302.43º29.02%100%-
XYZ75.3361.3499.96-
YUV211.22151.02159.23-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.06%
GREEN value IS 181 (71.09% from 255) = 26.31%
BLUE value IS 252 (98.83% from 255) = 36.63%
R=37.06%
G=26.31%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518125200.290.010302.4310085.49
HexFFB5FC01D1012e6455
Octal37726537403510456144125
Binary1111111110110101111111000111011010010111011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB5FC; }

 p { color: rgb(255,181,252); }

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

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

 a { background-color: rgb(255,181,252); }

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

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

 span { border-color: rgb(255,181,252); }

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