#FBBCEE

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

Shades of Lavender Rose #FBBCEE

Tints of Lavender Rose #FBBCEE

Color information

#FBBCEE (or 0xFBBCEE) is unknown color: approx Lavender Rose. HEX triplet: FB, BC and EE. RGB value is (251,188,238). Sum of RGB (Red+Green+Blue) = 251+188+238=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 188 (73.83% from 255 or 27.77% from 677); Blue value is 238 (93.36% from 255 or 35.16% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBCEE is #044311. Grayscale: #D4D4D4. Windows color (decimal): -279314 or 15645947. OLE color: 15645947.

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

Color convert

RGB251188238-
CMYK00.250.050.02
HSL312.38º88.73%86.08%-
HSV(B)312.38º25.1%98.43%-
XYZ73.262.6589.12-
YUV212.54142.37155.43-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.08%
GREEN value IS 188 (73.83% from 255) = 27.77%
BLUE value IS 238 (93.36% from 255) = 35.16%
R=37.08%
G=27.77%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118823800.250.050.02312.3888.7386.08
HexFBBCEE019521385956
Octal37327435603152470131126
Binary1111101110111100111011100110011011010011100010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBCEE; }

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

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

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

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

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

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

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

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