#FBDFDA

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

Shades of Remy #FBDFDA

Tints of Remy #FBDFDA

Color information

#FBDFDA (or 0xFBDFDA) is unknown color: approx Remy. HEX triplet: FB, DF and DA. RGB value is (251,223,218). Sum of RGB (Red+Green+Blue) = 251+223+218=692 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.27% from 692); Green value is 223 (87.5% from 255 or 32.23% from 692); Blue value is 218 (85.55% from 255 or 31.50% from 692); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDFDA is #042025. Grayscale: #E6E6E6. Windows color (decimal): -270374 or 14344187. OLE color: 14344187.

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

Color convert

RGB251223218-
CMYK00.110.130.02
HSL9.09º80.49%91.96%-
HSV(B)9.09º13.15%98.43%-
XYZ78.8378.3577.3-
YUV230.8120.78142.41-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.27%
GREEN value IS 223 (87.5% from 255) = 32.23%
BLUE value IS 218 (85.55% from 255) = 31.50%
R=36.27%
G=32.23%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122321800.110.130.029.0980.4991.96
HexFBDFDA0BD29505c
Octal37333733201315211120134
Binary11111011110111111101101001011110110100110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDFDA; }

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

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

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

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

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

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

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

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