#FBDEDA

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

Shades of Remy #FBDEDA

Tints of Remy #FBDEDA

Color information

#FBDEDA (or 0xFBDEDA) is unknown color: approx Remy. HEX triplet: FB, DE and DA. RGB value is (251,222,218). Sum of RGB (Red+Green+Blue) = 251+222+218=691 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.32% from 691); Green value is 222 (87.11% from 255 or 32.13% from 691); Blue value is 218 (85.55% from 255 or 31.55% from 691); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDEDA is #042125. Grayscale: #E6E6E6. Windows color (decimal): -270630 or 14343931. OLE color: 14343931.

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

Color convert

RGB251222218-
CMYK00.120.130.02
HSL7.27º80.49%91.96%-
HSV(B)7.27º13.15%98.43%-
XYZ78.5677.8177.21-
YUV230.22121.11142.83-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.32%
GREEN value IS 222 (87.11% from 255) = 32.13%
BLUE value IS 218 (85.55% from 255) = 31.55%
R=36.32%
G=32.13%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122221800.120.130.027.2780.4991.96
HexFBDEDA0CD27505c
Octal3733363320141527120134
Binary1111101111011110110110100110011011011110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDEDA; }

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

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

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

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

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

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

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

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