#FBBCF1

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

Shades of Lavender Rose #FBBCF1

Tints of Lavender Rose #FBBCF1

Color information

#FBBCF1 (or 0xFBBCF1) is unknown color: approx Lavender Rose. HEX triplet: FB, BC and F1. RGB value is (251,188,241). Sum of RGB (Red+Green+Blue) = 251+188+241=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 188 (73.83% from 255 or 27.65% from 680); Blue value is 241 (94.53% from 255 or 35.44% from 680); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBCF1 is #04430E. Grayscale: #D4D4D4. Windows color (decimal): -279311 or 15842555. OLE color: 15842555.

HSL color Cylindrical-coordinate representation of color #FBBCF1: hue angle of 309.52º 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 #FBBCF1 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB251188241-
CMYK00.250.040.02
HSL309.52º88.73%86.08%-
HSV(B)309.52º25.1%98.43%-
XYZ73.6462.8391.46-
YUV212.88143.87155.19-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.91%
GREEN value IS 188 (73.83% from 255) = 27.65%
BLUE value IS 241 (94.53% from 255) = 35.44%
R=36.91%
G=27.65%
B=35.44%

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
Decimal25118824100.250.040.02309.5288.7386.08
HexFBBCF1019421365956
Octal37327436103142466131126
Binary1111101110111100111100010110011001010011011010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBCF1; }

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

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

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

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

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

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

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

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