#FBBCF4

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

Shades of Lavender Rose #FBBCF4

Tints of Lavender Rose #FBBCF4

Color information

#FBBCF4 (or 0xFBBCF4) is unknown color: approx Lavender Rose. HEX triplet: FB, BC and F4. RGB value is (251,188,244). Sum of RGB (Red+Green+Blue) = 251+188+244=683 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.75% from 683); Green value is 188 (73.83% from 255 or 27.53% from 683); Blue value is 244 (95.70% from 255 or 35.72% from 683); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBCF4 is #04430B. Grayscale: #D5D5D5. Windows color (decimal): -279308 or 16039163. OLE color: 16039163.

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

Color convert

RGB251188244-
CMYK00.250.030.02
HSL306.67º88.73%86.08%-
HSV(B)306.67º25.1%98.43%-
XYZ74.163.0193.84-
YUV213.22145.37154.95-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.75%
GREEN value IS 188 (73.83% from 255) = 27.53%
BLUE value IS 244 (95.70% from 255) = 35.72%
R=36.75%
G=27.53%
B=35.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118824400.250.030.02306.6788.7386.08
HexFBBCF4019321335956
Octal37327436403132463131126
Binary111110111011110011110100011001111010011001110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBCF4; }

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

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

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

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

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

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

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

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