#FBC0ED

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

Shades of Lavender Rose #FBC0ED

Tints of Lavender Rose #FBC0ED

Color information

#FBC0ED (or 0xFBC0ED) is unknown color: approx Lavender Rose. HEX triplet: FB, C0 and ED. RGB value is (251,192,237). Sum of RGB (Red+Green+Blue) = 251+192+237=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 192 (75.39% from 255 or 28.24% from 680); Blue value is 237 (92.97% from 255 or 34.85% from 680); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC0ED is #043F12. Grayscale: #D6D6D6. Windows color (decimal): -278291 or 15581435. OLE color: 15581435.

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

Color convert

RGB251192237-
CMYK00.240.060.02
HSL314.24º88.06%86.86%-
HSV(B)314.24º23.51%98.43%-
XYZ73.9264.3288.64-
YUV214.77140.55153.84-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.91%
GREEN value IS 192 (75.39% from 255) = 28.24%
BLUE value IS 237 (92.97% from 255) = 34.85%
R=36.91%
G=28.24%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119223700.240.060.02314.2488.0686.86
HexFBC0ED0186213a5857
Octal37330035503062472130127
Binary1111101111000000111011010110001101010011101010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC0ED; }

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

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

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

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

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

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

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

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