#FBE2DD

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

Shades of Remy #FBE2DD

Tints of Remy #FBE2DD

Color information

#FBE2DD (or 0xFBE2DD) is unknown color: approx Remy. HEX triplet: FB, E2 and DD. RGB value is (251,226,221). Sum of RGB (Red+Green+Blue) = 251+226+221=698 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.96% from 698); Green value is 226 (88.67% from 255 or 32.38% from 698); Blue value is 221 (86.72% from 255 or 31.66% from 698); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE2DD is #041D22. Grayscale: #E8E8E8. Windows color (decimal): -269603 or 14541563. OLE color: 14541563.

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

Color convert

RGB251226221-
CMYK00.100.120.02
HSL10º78.95%92.55%-
HSV(B)10º11.95%98.43%-
XYZ80.0380.1279.65-
YUV232.91121.28140.91-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.96%
GREEN value IS 226 (88.67% from 255) = 32.38%
BLUE value IS 221 (86.72% from 255) = 31.66%
R=35.96%
G=32.38%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122622100.100.120.021078.9592.55
HexFBE2DD0AC2a4f5d
Octal37334233501214212117135
Binary11111011111000101101110101010110010101010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE2DD; }

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

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

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

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

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

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

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

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