#FBB6F4

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

Shades of Lavender Rose #FBB6F4

Tints of Lavender Rose #FBB6F4

Color information

#FBB6F4 (or 0xFBB6F4) is unknown color: approx Lavender Rose. HEX triplet: FB, B6 and F4. RGB value is (251,182,244). Sum of RGB (Red+Green+Blue) = 251+182+244=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 182 (71.48% from 255 or 26.88% from 677); Blue value is 244 (95.70% from 255 or 36.04% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB6F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB6F4 is #04490B. Grayscale: #D1D1D1. Windows color (decimal): -280844 or 16037627. OLE color: 16037627.

HSL color Cylindrical-coordinate representation of color #FBB6F4: hue angle of 306.09º degrees, saturation: 0.9, 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 #FBB6F4 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB251182244-
CMYK00.270.030.02
HSL306.09º89.61%84.9%-
HSV(B)306.09º27.49%98.43%-
XYZ72.8460.593.43-
YUV209.7147.36157.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.08%
GREEN value IS 182 (71.48% from 255) = 26.88%
BLUE value IS 244 (95.70% from 255) = 36.04%
R=37.08%
G=26.88%
B=36.04%

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
Decimal25118224400.270.030.02306.0989.6184.9
HexFBB6F401B321325a55
Octal37326636403332462132125
Binary111110111011011011110100011011111010011001010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB6F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB6F4; }

 p { color: rgb(251,182,244); }

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

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

 a { background-color: rgb(251,182,244); }

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

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

 span { border-color: rgb(251,182,244); }

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