#FFB7F1

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

Shades of Lavender Rose #FFB7F1

Tints of Lavender Rose #FFB7F1

Color information

#FFB7F1 (or 0xFFB7F1) is unknown color: approx Lavender Rose. HEX triplet: FF, B7 and F1. RGB value is (255,183,241). Sum of RGB (Red+Green+Blue) = 255+183+241=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 183 (71.88% from 255 or 26.95% from 679); Blue value is 241 (94.53% from 255 or 35.49% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB7F1 is #00480E. Grayscale: #D2D2D2. Windows color (decimal): -18447 or 15841279. OLE color: 15841279.

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

Color convert

RGB255183241-
CMYK00.280.050
HSL311.67º100%85.88%-
HSV(B)311.67º28.24%100%-
XYZ74.0561.4891.18-
YUV211.14144.85159.28-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.56%
GREEN value IS 183 (71.88% from 255) = 26.95%
BLUE value IS 241 (94.53% from 255) = 35.49%
R=37.56%
G=26.95%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518324100.280.050311.6710085.88
HexFFB7F101C501386456
Octal37726736103450470144126
Binary111111111011011111110001011100101010011100011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB7F1; }

 p { color: rgb(255,183,241); }

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

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

 a { background-color: rgb(255,183,241); }

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

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

 span { border-color: rgb(255,183,241); }

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