#FBDDD8

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

Shades of Remy #FBDDD8

Tints of Remy #FBDDD8

Color information

#FBDDD8 (or 0xFBDDD8) is unknown color: approx Remy. HEX triplet: FB, DD and D8. RGB value is (251,221,216). Sum of RGB (Red+Green+Blue) = 251+221+216=688 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.48% from 688); Green value is 221 (86.72% from 255 or 32.12% from 688); Blue value is 216 (84.77% from 255 or 31.40% from 688); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDDD8 is #042227. Grayscale: #E5E5E5. Windows color (decimal): -270888 or 14212603. OLE color: 14212603.

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

Color convert

RGB251221216-
CMYK00.120.140.02
HSL8.57º81.4%91.57%-
HSV(B)8.57º13.94%98.43%-
XYZ78.0377.1875.75-
YUV229.4120.44143.41-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.48%
GREEN value IS 221 (86.72% from 255) = 32.12%
BLUE value IS 216 (84.77% from 255) = 31.40%
R=36.48%
G=32.12%
B=31.40%

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
Decimal25122121600.120.140.028.5781.491.57
HexFBDDD80CE29515c
Octal37333533001416211121134
Binary11111011110111011101100001100111010100110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDDD8; }

 p { color: rgb(251,221,216); }

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

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

 a { background-color: rgb(251,221,216); }

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

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

 span { border-color: rgb(251,221,216); }

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