#FBDBDA

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

Shades of Remy #FBDBDA

Tints of Remy #FBDBDA

Color information

#FBDBDA (or 0xFBDBDA) is unknown color: approx Remy. HEX triplet: FB, DB and DA. RGB value is (251,219,218). Sum of RGB (Red+Green+Blue) = 251+219+218=688 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.48% from 688); Green value is 219 (85.94% from 255 or 31.83% from 688); Blue value is 218 (85.55% from 255 or 31.69% from 688); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDBDA is #042425. Grayscale: #E4E4E4. Windows color (decimal): -271398 or 14343163. OLE color: 14343163.

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

Color convert

RGB251219218-
CMYK00.130.130.02
HSL1.82º80.49%91.96%-
HSV(B)1.82º13.15%98.43%-
XYZ77.7776.2376.95-
YUV228.45122.1144.08-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.48%
GREEN value IS 219 (85.94% from 255) = 31.83%
BLUE value IS 218 (85.55% from 255) = 31.69%
R=36.48%
G=31.83%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121921800.130.130.021.8280.4991.96
HexFBDBDA0DD22505c
Octal3733333320151522120134
Binary111110111101101111011010011011101101010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDBDA; }

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

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

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

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

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

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

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

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