#FBC0EE

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

Shades of Lavender Rose #FBC0EE

Tints of Lavender Rose #FBC0EE

Color information

#FBC0EE (or 0xFBC0EE) is unknown color: approx Lavender Rose. HEX triplet: FB, C0 and EE. RGB value is (251,192,238). Sum of RGB (Red+Green+Blue) = 251+192+238=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 192 (75.39% from 255 or 28.19% from 681); Blue value is 238 (93.36% from 255 or 34.95% from 681); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC0EE is #043F11. Grayscale: #D6D6D6. Windows color (decimal): -278290 or 15646971. OLE color: 15646971.

HSL color Cylindrical-coordinate representation of color #FBC0EE: hue angle of 313.22º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBC0EE is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB251192238-
CMYK00.240.050.02
HSL313.22º88.06%86.86%-
HSV(B)313.22º23.51%98.43%-
XYZ74.0764.3889.41-
YUV214.88141.05153.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.86%
GREEN value IS 192 (75.39% from 255) = 28.19%
BLUE value IS 238 (93.36% from 255) = 34.95%
R=36.86%
G=28.19%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119223800.240.050.02313.2288.0686.86
HexFBC0EE018521395857
Octal37330035603052471130127
Binary1111101111000000111011100110001011010011100110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC0EE; }

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

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

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

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

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

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

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

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