#FBBCF2

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

Shades of Lavender Rose #FBBCF2

Tints of Lavender Rose #FBBCF2

Color information

#FBBCF2 (or 0xFBBCF2) is unknown color: approx Lavender Rose. HEX triplet: FB, BC and F2. RGB value is (251,188,242). Sum of RGB (Red+Green+Blue) = 251+188+242=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 188 (73.83% from 255 or 27.61% from 681); Blue value is 242 (94.92% from 255 or 35.54% from 681); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBCF2 is #04430D. Grayscale: #D4D4D4. Windows color (decimal): -279310 or 15908091. OLE color: 15908091.

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

Color convert

RGB251188242-
CMYK00.250.040.02
HSL308.57º88.73%86.08%-
HSV(B)308.57º25.1%98.43%-
XYZ73.7962.8992.25-
YUV212.99144.37155.11-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.86%
GREEN value IS 188 (73.83% from 255) = 27.61%
BLUE value IS 242 (94.92% from 255) = 35.54%
R=36.86%
G=27.61%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118824200.250.040.02308.5788.7386.08
HexFBBCF2019421355956
Octal37327436203142465131126
Binary1111101110111100111100100110011001010011010110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBCF2; }

 p { color: rgb(251,188,242); }

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

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

 a { background-color: rgb(251,188,242); }

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

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

 span { border-color: rgb(251,188,242); }

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