#FBDCDA

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

Shades of Remy #FBDCDA

Tints of Remy #FBDCDA

Color information

#FBDCDA (or 0xFBDCDA) is unknown color: approx Remy. HEX triplet: FB, DC and DA. RGB value is (251,220,218). Sum of RGB (Red+Green+Blue) = 251+220+218=689 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.43% from 689); Green value is 220 (86.33% from 255 or 31.93% from 689); Blue value is 218 (85.55% from 255 or 31.64% from 689); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDCDA is #042325. Grayscale: #E5E5E5. Windows color (decimal): -271142 or 14343419. OLE color: 14343419.

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

Color convert

RGB251220218-
CMYK00.120.130.02
HSL3.64º80.49%91.96%-
HSV(B)3.64º13.15%98.43%-
XYZ78.0376.7677.03-
YUV229.04121.77143.66-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.43%
GREEN value IS 220 (86.33% from 255) = 31.93%
BLUE value IS 218 (85.55% from 255) = 31.64%
R=36.43%
G=31.93%
B=31.64%

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
Decimal25122021800.120.130.023.6480.4991.96
HexFBDCDA0CD24505c
Octal3733343320141524120134
Binary1111101111011100110110100110011011010010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDCDA; }

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

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

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

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

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

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

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

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