#FBB7F3

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

Shades of Lavender Rose #FBB7F3

Tints of Lavender Rose #FBB7F3

Color information

#FBB7F3 (or 0xFBB7F3) is unknown color: approx Lavender Rose. HEX triplet: FB, B7 and F3. RGB value is (251,183,243). Sum of RGB (Red+Green+Blue) = 251+183+243=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 183 (71.88% from 255 or 27.03% from 677); Blue value is 243 (95.31% from 255 or 35.89% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB7F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB7F3 is #04480C. Grayscale: #D1D1D1. Windows color (decimal): -280589 or 15972347. OLE color: 15972347.

HSL color Cylindrical-coordinate representation of color #FBB7F3: hue angle of 307.06º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBB7F3 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB251183243-
CMYK00.270.030.02
HSL307.06º89.47%85.1%-
HSV(B)307.06º27.09%98.43%-
XYZ72.8960.8592.7-
YUV210.17146.53157.12-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.08%
GREEN value IS 183 (71.88% from 255) = 27.03%
BLUE value IS 243 (95.31% from 255) = 35.89%
R=37.08%
G=27.03%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118324300.270.030.02307.0689.4785.1
HexFBB7F301B321335955
Octal37326736303332463131125
Binary111110111011011111110011011011111010011001110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB7F3; }

 p { color: rgb(251,183,243); }

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

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

 a { background-color: rgb(251,183,243); }

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

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

 span { border-color: rgb(251,183,243); }

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