#FBDED9

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

Shades of Remy #FBDED9

Tints of Remy #FBDED9

Color information

#FBDED9 (or 0xFBDED9) is unknown color: approx Remy. HEX triplet: FB, DE and D9. RGB value is (251,222,217). Sum of RGB (Red+Green+Blue) = 251+222+217=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 222 (87.11% from 255 or 32.17% from 690); Blue value is 217 (85.16% from 255 or 31.45% from 690); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDED9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDED9 is #042126. Grayscale: #E6E6E6. Windows color (decimal): -270631 or 14278395. OLE color: 14278395.

HSL color Cylindrical-coordinate representation of color #FBDED9: hue angle of 8.82º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FBDED9 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB251222217-
CMYK00.120.140.02
HSL8.82º80.95%91.76%-
HSV(B)8.82º13.55%98.43%-
XYZ78.4377.7676.52-
YUV230.1120.61142.91-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.38%
GREEN value IS 222 (87.11% from 255) = 32.17%
BLUE value IS 217 (85.16% from 255) = 31.45%
R=36.38%
G=32.17%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122221700.120.140.028.8280.9591.76
HexFBDED90CE29515c
Octal37333633101416211121134
Binary11111011110111101101100101100111010100110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDED9; }

 p { color: rgb(251,222,217); }

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

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

 a { background-color: rgb(251,222,217); }

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

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

 span { border-color: rgb(251,222,217); }

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